| Submitter | Enric Balletbò i Serra |
|---|---|
| Date | Feb. 8, 2013, 9:14 a.m. |
| Message ID | <1360314889-16955-5-git-send-email-eballetbo@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/219070/ |
| State | Accepted |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c index 89c587e..63063c8 100644 --- a/arch/arm/cpu/armv7/omap3/board.c +++ b/arch/arm/cpu/armv7/omap3/board.c @@ -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