Skip to content
Snippets Groups Projects
Commit b51a5e3a authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Tom Rini
Browse files

OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.


In order to use SPL boot from OneNAND we should initialize the gpmc.

Signed-off-by: default avatarEnric Balletbo i Serra <eballetbo@iseebcn.com>
parent 6000992e
No related merge requests found
......@@ -110,7 +110,7 @@ int board_mmc_init(bd_t *bis)
void spl_board_init(void)
{
#ifdef CONFIG_SPL_NAND_SUPPORT
#if defined(CONFIG_SPL_NAND_SUPPORT) || defined(CONFIG_SPL_ONENAND_SUPPORT)
gpmc_init();
#endif
#ifdef CONFIG_SPL_I2C_SUPPORT
......
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