summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/omap3430_sdp3430_per_uart_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/omap3430_sdp3430_per_uart_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/omap3430_sdp3430_per_uart_defconfig')
-rw-r--r--arch/arm/configs/omap3430_sdp3430_per_uart_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/configs/omap3430_sdp3430_per_uart_defconfig b/arch/arm/configs/omap3430_sdp3430_per_uart_defconfig
index 1c30933261..d43355cdf1 100644
--- a/arch/arm/configs/omap3430_sdp3430_per_uart_defconfig
+++ b/arch/arm/configs/omap3430_sdp3430_per_uart_defconfig
@@ -1,12 +1,11 @@
+CONFIG_TEXT_BASE=0x40200000
CONFIG_ARCH_OMAP=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
-CONFIG_TEXT_BASE=0x40200000
CONFIG_PROMPT="X-load 343x> "
CONFIG_SHELL_SIMPLE=y
# CONFIG_ERRNO_MESSAGES is not set
# CONFIG_TIMESTAMP is not set
# CONFIG_DEFAULT_ENVIRONMENT is not set
-CONFIG_DEBUG_INFO=y
# CONFIG_CMD_HELP is not set
# CONFIG_CMD_BOOTM is not set
CONFIG_CMD_GO=y