summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/tny_a9263_bootstrap_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/tny_a9263_bootstrap_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/tny_a9263_bootstrap_defconfig')
-rw-r--r--arch/arm/configs/tny_a9263_bootstrap_defconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/configs/tny_a9263_bootstrap_defconfig b/arch/arm/configs/tny_a9263_bootstrap_defconfig
index d968b6f00f..d7e541a2b1 100644
--- a/arch/arm/configs/tny_a9263_bootstrap_defconfig
+++ b/arch/arm/configs/tny_a9263_bootstrap_defconfig
@@ -1,9 +1,7 @@
CONFIG_ARCH_AT91SAM9263=y
CONFIG_MACH_TNY_A9263=y
-CONFIG_AT91_BOOTSTRAP=y
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x12000
CONFIG_AEABI=y
-# CONFIG_CMD_ARM_CPUINFO is not set
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_ENVIRONMENT_VARIABLES=y
CONFIG_PBL_IMAGE=y
@@ -12,7 +10,6 @@ CONFIG_MALLOC_DUMMY=y
CONFIG_PROMPT="USB-9263:"
CONFIG_SHELL_NONE=y
CONFIG_CONSOLE_SIMPLE=y
-# CONFIG_DEFAULT_ENVIRONMENT is not set
# CONFIG_SPI is not set
CONFIG_MTD=y
# CONFIG_MTD_WRITE is not set
@@ -23,4 +20,3 @@ CONFIG_NAND=y
# CONFIG_NAND_ECC_HW_NONE is not set
CONFIG_NAND_ATMEL=y
# CONFIG_FS_RAMFS is not set
-CONFIG_BOOTSTRAP_DEVFS=y