diff options
| -rw-r--r-- | arch/arm/cpu/armv7/omap3/board.c | 2 | ||||
| -rw-r--r-- | include/configs/omap3_h1.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c index 26cee8062..29228160c 100644 --- a/arch/arm/cpu/armv7/omap3/board.c +++ b/arch/arm/cpu/armv7/omap3/board.c @@ -75,7 +75,7 @@ u32 spl_boot_mode(void) u32 spl_boot_device(void) { - return BOOT_DEVICE_NAND; + return omap3_boot_device; } int board_mmc_init(bd_t *bis) diff --git a/include/configs/omap3_h1.h b/include/configs/omap3_h1.h index d367093d1..199dd98c9 100644 --- a/include/configs/omap3_h1.h +++ b/include/configs/omap3_h1.h @@ -93,6 +93,7 @@ #define CONFIG_CMD_ASKENV +#define CONFIG_CMD_NAND_LOCK_UNLOCK #define CONFIG_CMD_CACHE #define CONFIG_CMD_EXT2 /* EXT2 Support */ #define CONFIG_CMD_FS_GENERIC /* Generic FS support */ |