diff options
author | Kory Maincent | 2021-05-04 19:31:25 +0200 |
---|---|---|
committer | Tom Rini | 2021-05-13 13:09:09 -0400 |
commit | 0705e25cd05a9772d1ae8de8debd3b424b03b59d (patch) | |
tree | 3456c850b8067d79ecd7bb0955b1125782cb4561 /board/ti/am57xx | |
parent | 8c1d44320621f9bc6530e25907664c8de0ffa0ce (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c index 73063faee69..05c26c74d9d 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 |