mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] ARM: pxa: fix pxa310 config
Date: Sat, 17 Jan 2015 14:58:51 +0100	[thread overview]
Message-ID: <1421503131-24840-2-git-send-email-robert.jarzmik@free.fr> (raw)
In-Reply-To: <1421503131-24840-1-git-send-email-robert.jarzmik@free.fr>

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@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2015-01-17 13:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-17 13:58 [PATCH 1/2] ARM: pxa: RAM and console fixes for zylonite Robert Jarzmik
2015-01-17 13:58 ` Robert Jarzmik [this message]
2015-01-19  7:43 ` Sascha Hauer
2015-01-21 19:24   ` Robert Jarzmik
2015-01-26 22:54     ` Robert Jarzmik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421503131-24840-2-git-send-email-robert.jarzmik@free.fr \
    --to=robert.jarzmik@free.fr \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox