diff options
author | Kory Maincent <kory.maincent@bootlin.com> | 2021-05-04 19:31:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-13 13:09:09 -0400 |
commit | 1569847e7c7b6cba6a04b5f5a5e7aa9caeeef41b (patch) | |
tree | e8b15ca22922539dc4500cc85679c537722ccc38 /board/ti/am335x | |
parent | d705527a89ddbc30766b6ca9fe2eebf715a3ceda (diff) | |
download | u-boot-1569847e7c7b6cba6a04b5f5a5e7aa9caeeef41b.tar.gz u-boot-1569847e7c7b6cba6a04b5f5a5e7aa9caeeef41b.tar.bz2 u-boot-1569847e7c7b6cba6a04b5f5a5e7aa9caeeef41b.zip |
am335x: add support for cape detect functionality
Update the Kconfig and the board file to make the am335x board compatible
with cape detection.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Diffstat (limited to 'board/ti/am335x')
-rw-r--r-- | board/ti/am335x/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index c7476b3a8c..5959ff73dc 100644 --- a/board/ti/am335x/board.c +++ b/board/ti/am335x/board.c @@ -44,6 +44,7 @@ #include <env_internal.h> #include <watchdog.h> #include "../common/board_detect.h" +#include "../common/cape_detect.h" #include "board.h" DECLARE_GLOBAL_DATA_PTR; |