summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-09-30 11:20:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-30 11:21:43 +0200
commit33e35f208ef9fd734aeeb9c82137d5c3a70aa482 (patch)
tree978ba2a6da21ee5c5cb34fef6f3e15e787519df1 /arch/arm/configs
parent77b8c95e8bb3de3e3dcba42c2468258871d718fd (diff)
downloadbarebox-33e35f208ef9fd734aeeb9c82137d5c3a70aa482.tar.gz
barebox-33e35f208ef9fd734aeeb9c82137d5c3a70aa482.tar.xz
ARM: am335x: Add a NAND update handler for the regular barebox
To be able to not only update the MLO in NAND but also the regular barebox image. Since this is implemented with help of the corresponding xload handler this also removes the 'xload' from the Kconfig options and the filename. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/am335x_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/am335x_defconfig b/arch/arm/configs/am335x_defconfig
index 5542524160..762038c50d 100644
--- a/arch/arm/configs/am335x_defconfig
+++ b/arch/arm/configs/am335x_defconfig
@@ -1,6 +1,6 @@
CONFIG_ARCH_OMAP=y
CONFIG_BAREBOX_UPDATE_AM33XX_SPI_NOR_MLO=y
-CONFIG_BAREBOX_UPDATE_AM33XX_NAND_XLOADSLOTS=y
+CONFIG_BAREBOX_UPDATE_AM33XX_NAND=y
CONFIG_OMAP_MULTI_BOARDS=y
CONFIG_MACH_AFI_GF=y
CONFIG_MACH_BEAGLEBONE=y