From 0705e25cd05a9772d1ae8de8debd3b424b03b59d Mon Sep 17 00:00:00 2001 From: Kory Maincent Date: Tue, 4 May 2021 19:31:25 +0200 Subject: 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 --- board/ti/am57xx/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board') 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 #include "../common/board_detect.h" +#include "../common/cape_detect.h" #include "mux_data.h" #ifdef CONFIG_SUPPORT_EMMC_BOOT -- cgit v1.1