From: Maxime Ripard Date: Mon, 27 Feb 2017 17:22:08 +0000 (+0100) Subject: mtd: sunxi: Select the U-Boot location config option X-Git-Tag: v2017.05-rc2~60^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5fe4c9f4d27835b03f2e07230af90dec121f89cd;p=u-boot mtd: sunxi: Select the U-Boot location config option We'll need that symbol so that the default offset are defined Signed-off-by: Maxime Ripard Reviewed-by: Jagan Teki --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index a2ea9b1b6d..7b5449a4c0 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -67,6 +67,7 @@ config NAND_SUNXI bool "Support for NAND on Allwinner SoCs" depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I select SYS_NAND_SELF_INIT + select SYS_NAND_U_BOOT_LOCATIONS ---help--- Enable support for NAND. This option enables the standard and SPL drivers.