summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-28 09:37:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-29 08:41:50 +0200
commitd9764a74eca819509b08cf354fbbce58a0937c7b (patch)
tree3b81d1d69e824034517d6799d89a8b6979334440 /arch
parenteaa6fbbbeb7c5e19575f7e7722bb36c1645f1edc (diff)
downloadbarebox-d9764a74eca819509b08cf354fbbce58a0937c7b.tar.gz
barebox-d9764a74eca819509b08cf354fbbce58a0937c7b.tar.xz
ARM: socfpga: remove duplicate ARCH_TEXT_BASE
We already have one ARCH_TEXT_BASE in the file, which sets a value of zero. MACH_SOCFPGA_CYCLONE5 and MACH_SOCFPGA_ARRIA10 aren't defined anywhere and are listed in no defconfigs, thus drop the duplicate option. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-socfpga/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 3d8fc8ba42..2da875cef0 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -8,11 +8,6 @@ config ARCH_SOCFPGA_XLOAD
bool
prompt "Build preloader image"
-config ARCH_TEXT_BASE
- hex
- default 0x00100000 if MACH_SOCFPGA_CYCLONE5
- default 0xffe00000 if MACH_SOCFPGA_ARRIA10
-
comment "Altera SoCFPGA System-on-Chip"
config ARCH_SOCFPGA_CYCLONE5