summaryrefslogtreecommitdiff
path: root/configs/omap3_logic_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-08-13 08:21:39 -0500
committerTom Rini <trini@konsulko.com>2017-09-02 10:45:24 -0400
commitdb35573a71aa4033cfba44b098892d129fa66333 (patch)
tree25538048574804c11e9cf12982c3232332abcc7c /configs/omap3_logic_defconfig
parent6ef2f90108e2cf101d931c71ea7904f2b6301641 (diff)
omap3_logic: Move CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig
Manually enable SYS_NAND_U_BOOT_LOCATIONS. Set CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 and remove it from header Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r--configs/omap3_logic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index ffb325eb44..8d0a4d48e4 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -38,6 +38,8 @@ CONFIG_DM_MMC=y
CONFIG_MMC_OMAP_HS=y
CONFIG_MMC_OMAP36XX_PINS=y
CONFIG_NAND=y
+CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
+CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_SYS_NS16550=y
CONFIG_OMAP3_SPI=y
CONFIG_USB=y