summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/socfpga-arria10_defconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-06-26 15:50:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-26 15:51:06 +0200
commitd952a0eeba373e5dd2243acae1059d888cc7f3ac (patch)
tree0479e4cead8766fe06318943f858c80560c96349 /arch/arm/configs/socfpga-arria10_defconfig
parenta94a9bf643a77d6b793afd56efdf6afeae4be68a (diff)
downloadbarebox-d952a0eeba373e5dd2243acae1059d888cc7f3ac.tar.gz
barebox-d952a0eeba373e5dd2243acae1059d888cc7f3ac.tar.xz
Regenerate defconfig files
Update defconfig files 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-arria10_defconfig')
-rw-r--r--arch/arm/configs/socfpga-arria10_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/configs/socfpga-arria10_defconfig b/arch/arm/configs/socfpga-arria10_defconfig
index 53e932d64b..ae420c1dd2 100644
--- a/arch/arm/configs/socfpga-arria10_defconfig
+++ b/arch/arm/configs/socfpga-arria10_defconfig
@@ -3,7 +3,6 @@ CONFIG_MACH_SOCFPGA_REFLEX_ACHILLES=y
CONFIG_AEABI=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_ARM_UNWIND=y
-CONFIG_TEXT_BASE=0xffe00000
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y
CONFIG_KALLSYMS=y
@@ -21,7 +20,6 @@ CONFIG_DEFAULT_COMPRESSION_LZO=y
CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW=y
CONFIG_POLLER=y
CONFIG_STATE=y
-CONFIG_DEBUG_INFO=y
CONFIG_LONGHELP=y
CONFIG_CMD_IOMEM=y
CONFIG_CMD_MEMINFO=y
@@ -65,7 +63,6 @@ CONFIG_CMD_TIME=y
CONFIG_CMD_STATE=y
CONFIG_NET=y
CONFIG_NET_NETCONSOLE=y
-CONFIG_NET_RESOLV=y
CONFIG_OF_BAREBOX_DRIVERS=y
CONFIG_OF_BAREBOX_ENV_IN_FS=y
CONFIG_DRIVER_SERIAL_NS16550=y