[PATCH 2/2] ARM: pxa: fix pxa310 config
Robert Jarzmik
robert.jarzmik at free.fr
Sat Jan 17 05:58:51 PST 2015
This is a 2 fold small fix patch for pxa3xx architecture :
- the ARCH_PXA310 was forgotten from the KConfig, breaking the
zylonite 310 board.
- the TEXT_BASE is moved to the end of memory, making room for more
malloc space, to flash big UBI filesystem images
Signed-off-by: Robert Jarzmik <robert.jarzmik at free.fr>
---
arch/arm/mach-pxa/Kconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 63f148b..b36e720 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -4,7 +4,7 @@ config ARCH_TEXT_BASE
hex
default 0xa0000000 if MACH_MIOA701
default 0xa3f00000 if MACH_PCM027
- default 0x81000000 if MACH_ZYLONITE
+ default 0x83f00000 if MACH_ZYLONITE
# ----------------------------------------------------------
@@ -16,6 +16,9 @@ config ARCH_PXA3XX
bool
select CPU_XSC3
+config ARCH_PXA310
+ bool
+
choice
prompt "Intel/Marvell PXA Processor"
--
2.1.0
More information about the barebox
mailing list