am57xx: add support for cape detect functionality

This commit enables using the extension board detection mechanism on
AM57xx based platforms.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
Kory Maincent 2021-05-04 19:31:25 +02:00 committed by Tom Rini
parent 8c1d443206
commit 0705e25cd0
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ config TARGET_AM57XX_EVM
select CMD_DDR3
select DRA7XX
select TI_I2C_BOARD_DETECT
select SUPPORT_EXTENSION_SCAN
imply DM_THERMAL
imply SCSI
imply SPL_THERMAL

View File

@ -43,6 +43,7 @@
#include <hang.h>
#include "../common/board_detect.h"
#include "../common/cape_detect.h"
#include "mux_data.h"
#ifdef CONFIG_SUPPORT_EMMC_BOOT