summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-06-25 20:29:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-26 11:56:25 +0200
commit8012bc199bce56a881aac8b9d21387d78506fe6e (patch)
tree4110f9a6e4d771d6c20d632610ce08917993909b /arch/arm/mach-socfpga
parent5f751d139796713e9be86cde7f268806008d7936 (diff)
downloadbarebox-8012bc199bce56a881aac8b9d21387d78506fe6e.tar.gz
barebox-8012bc199bce56a881aac8b9d21387d78506fe6e.tar.xz
ARM: socfpga: add default ARCH_TEXT_BASE
As SoCFPGA is multi-image enabled there is no real reason to bother the user with asking for the text base. Fixes a bunch of randcfg failures. Regenerate defconfig to drop the explicit config there, which unfortunately introduces quite a bit of churn. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-socfpga')
-rw-r--r--arch/arm/mach-socfpga/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 90b3533b1f..73b26efd20 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -1,5 +1,9 @@
if ARCH_SOCFPGA
+config ARCH_TEXT_BASE
+ hex
+ default 0x0
+
config ARCH_SOCFPGA_XLOAD
bool
prompt "Build preloader image"