summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_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/phytec-phycore-omap4460-xload-mmc_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/phytec-phycore-omap4460-xload-mmc_defconfig')
-rw-r--r--arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig b/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig
index 4e9e266524..27bfbff814 100644
--- a/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig
+++ b/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig
@@ -14,7 +14,6 @@ CONFIG_SHELL_NONE=y
# CONFIG_ERRNO_MESSAGES is not set
# CONFIG_TIMESTAMP is not set
CONFIG_CONSOLE_SIMPLE=y
-# CONFIG_DEFAULT_ENVIRONMENT is not set
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS=y
# CONFIG_SPI is not set