aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorKory Maincent <kory.maincent@bootlin.com>2021-05-04 19:31:25 +0200
committerTom Rini <trini@konsulko.com>2021-05-13 13:09:09 -0400
commit0705e25cd05a9772d1ae8de8debd3b424b03b59d (patch)
tree3456c850b8067d79ecd7bb0955b1125782cb4561 /board
parent8c1d44320621f9bc6530e25907664c8de0ffa0ce (diff)
downloadu-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.zip
u-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.tar.gz
u-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.tar.bz2
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')
-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 73063fa..05c26c7 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