summaryrefslogtreecommitdiff
path: root/board/ti/am57xx
diff options
context:
space:
mode:
authorKory Maincent <kory.maincent@bootlin.com>2021-05-04 20:31:25 +0300
committerTom Rini <trini@konsulko.com>2021-05-13 20:09:09 +0300
commit0705e25cd05a9772d1ae8de8debd3b424b03b59d (patch)
tree3456c850b8067d79ecd7bb0955b1125782cb4561 /board/ti/am57xx
parent8c1d44320621f9bc6530e25907664c8de0ffa0ce (diff)
downloadu-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.tar.xz
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>
Diffstat (limited to 'board/ti/am57xx')
-rw-r--r--board/ti/am57xx/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c
index 73063faee6..05c26c74d9 100644
--- a/board/ti/am57xx/board.c
+++ b/board/ti/am57xx/board.c
@@ -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