summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/socfpga-xload-2_defconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:58:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:58:31 +0200
commit221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90 (patch)
treed2dd236380ead5b5930005ee13236917b922301d /arch/arm/configs/socfpga-xload-2_defconfig
parentee5e6c0115ac78412cbc53274698ece3847e3300 (diff)
downloadbarebox-221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90.tar.gz
barebox-221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90.tar.xz
arch: refresh defconfigs
The defconfig files are long untouched and a make xy_defconfig; make savedefconfig usually generates quite a different looking file. Refresh them to make it easier to generate patches against the configs using make xy_defconfig; make menuconfig; make savedefconfig This has been done with the following script. for a in arch/*; do arch=$(basename $a) for c in $a/configs/*; do config=$(basename $c) export ARCH=$arch make $config && make savedefconfig && mv defconfig $c done done Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/socfpga-xload-2_defconfig')
-rw-r--r--arch/arm/configs/socfpga-xload-2_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/socfpga-xload-2_defconfig b/arch/arm/configs/socfpga-xload-2_defconfig
index 97997cf752..66cc777a7d 100644
--- a/arch/arm/configs/socfpga-xload-2_defconfig
+++ b/arch/arm/configs/socfpga-xload-2_defconfig
@@ -13,7 +13,6 @@ CONFIG_RELOCATABLE=y
CONFIG_SHELL_NONE=y
# CONFIG_ERRNO_MESSAGES is not set
# CONFIG_TIMESTAMP is not set
-# CONFIG_DEFAULT_ENVIRONMENT is not set
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_MCI=y
CONFIG_MCI_STARTUP=y