mirror of
https://xff.cz/git/u-boot/
synced 2025-09-23 03:22:11 +02:00
am335x: add support for cape detect functionality
Update the Kconfig and the board file to make the am335x board compatible with cape detection. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
@@ -34,6 +34,7 @@ config TARGET_AM335X_EVM
|
||||
select DM_GPIO
|
||||
select DM_SERIAL
|
||||
select TI_I2C_BOARD_DETECT
|
||||
select SUPPORT_EXTENSION_SCAN
|
||||
imply CMD_DM
|
||||
imply SPL_DM
|
||||
imply SPL_DM_SEQ_ALIAS
|
||||
|
@@ -44,6 +44,7 @@
|
||||
#include <env_internal.h>
|
||||
#include <watchdog.h>
|
||||
#include "../common/board_detect.h"
|
||||
#include "../common/cape_detect.h"
|
||||
#include "board.h"
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
Reference in New Issue
Block a user