summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_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/phytec-phycore-omap4460-xload-mmc_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/phytec-phycore-omap4460-xload-mmc_defconfig')
-rw-r--r--arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig2
1 files changed, 1 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 27bfbff814..61f85c837f 100644
--- a/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig
+++ b/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig
@@ -1,3 +1,4 @@
+CONFIG_TEXT_BASE=0x40300000
CONFIG_ARCH_OMAP=y
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0xC000
CONFIG_OMAP_BUILD_IFT=y
@@ -6,7 +7,6 @@ CONFIG_THUMB2_BAREBOX=y
# CONFIG_ARM_EXCEPTIONS is not set
# CONFIG_MEMINFO is not set
CONFIG_MMU=y
-CONFIG_TEXT_BASE=0x40300000
CONFIG_MALLOC_SIZE=0x2000000
CONFIG_MALLOC_DUMMY=y
CONFIG_PROMPT="barebox> "