Skip to content
Snippets Groups Projects
Commit 034a8196 authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

arm: am437x: cm-t43: fix cm-t43 boot


spl_board_init() is necessary for boot. Remove the #undef that keeps
it out of the boot sequence.

Cc: Tom Rini <trini@konsulko.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarNikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 3e475abe
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,6 @@ ...@@ -98,7 +98,6 @@
#undef CONFIG_SPL_OS_BOOT #undef CONFIG_SPL_OS_BOOT
#undef CONFIG_SPL_GPIO_SUPPORT #undef CONFIG_SPL_GPIO_SUPPORT
#undef CONFIG_SPL_NAND_SUPPORT #undef CONFIG_SPL_NAND_SUPPORT
#undef CONFIG_SPL_BOARD_INIT
#undef CONFIG_BOOTDELAY #undef CONFIG_BOOTDELAY
#include <config_distro_defaults.h> #include <config_distro_defaults.h>
#define CONFIG_ZERO_BOOTDELAY_CHECK #define CONFIG_ZERO_BOOTDELAY_CHECK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment