Devicetree
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: [PATCH] arm/dt: Fix booting non-dt versatile
Date: Fri, 23 Jul 2010 14:14:14 -0600	[thread overview]
Message-ID: <20100723201336.20683.88973.stgit@angua> (raw)

Without this patch, versatilepb will not boot in qemu

Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
---

Hi Jeremy,

I'm not sure if this is the best fix or not, but without it I cannot boot
versatilepb anymore in QEMU.

g.

 arch/arm/kernel/head.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
index 8683b3b..049d533 100644
--- a/arch/arm/kernel/head.S
+++ b/arch/arm/kernel/head.S
@@ -93,7 +93,7 @@ ENTRY(stext)
 	 * Also, we don't need to call __vet_atags.
 	 */
 	add	r3, r1, #1
-	bcs	1f
+	beq	1f
 
 	bl	__lookup_machine_type		@ r5=machinfo
 	movs	r8, r5				@ invalid machine (r5=0)?

             reply	other threads:[~2010-07-23 20:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-23 20:14 Grant Likely [this message]
2010-07-26  9:08 ` [PATCH] arm/dt: Fix booting non-dt versatile Lorenzo Pieralisi
     [not found] ` <4725906257688056024@unknownmsgid>
2010-07-27 20:47   ` Grant Likely
     [not found]     ` <AANLkTimv=FcKwHbXGsg4Je3MMuHHKuJAi8W+HusKszfr-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-07-28  1:58       ` Jeremy Kerr

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=20100723201336.20683.88973.stgit@angua \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.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