diff options
| author | Nikita Kiryanov <[email protected]> | 2016-02-19 19:19:41 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-02-24 18:44:04 -0500 |
| commit | 034a8196603f87b40537c078713236b092fd3dec (patch) | |
| tree | 094fdb201506b17c84eae05ae3d1e864b7bd3007 /include | |
| parent | 3e475abef3b2432451828630e9c7c4c507ecbeb7 (diff) | |
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 <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Igor Grinberg <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_t43.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index d3cd38d70f3..d0dfdef03e3 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -98,7 +98,6 @@ #undef CONFIG_SPL_OS_BOOT #undef CONFIG_SPL_GPIO_SUPPORT #undef CONFIG_SPL_NAND_SUPPORT -#undef CONFIG_SPL_BOARD_INIT #undef CONFIG_BOOTDELAY #include <config_distro_defaults.h> #define CONFIG_ZERO_BOOTDELAY_CHECK |
