diff options
author | Tom Rini <trini@ti.com> | 2012-08-14 12:26:08 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-27 09:49:59 -0700 |
commit | d7cb93b28a41237b689c9d84230d7d72a2048021 (patch) | |
tree | 9edbde2af8df4105db86940df089ba0b6d4d64b3 /include/configs/mcx.h | |
parent | d4c4e0e11710f26904c288ad1bf05d8b73abddf7 (diff) |
ARM: SPL: Move gpmc_init() to spl_board_init()
This is an OMAP/related-specific function, move calling it to
spl_board_init() and turn on CONFIG_SPL_BOARD_INIT on the boards that
enabled NAND and didn't enable this already.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/mcx.h')
-rw-r--r-- | include/configs/mcx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 733022e785..a841c7037c 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -359,6 +359,7 @@ /* Defines for SPL */ #define CONFIG_SPL +#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_NAND_SIMPLE #define CONFIG_SPL_NAND_SOFTECC |