qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 4/5] powerpc/mpc85xx: Pass 0 flags to board_init_f


From: Alexander Graf
Subject: [Qemu-ppc] [PATCH 4/5] powerpc/mpc85xx: Pass 0 flags to board_init_f
Date: Wed, 30 Apr 2014 19:21:13 +0200

The new generic board_init_f has an argument now that takes a number of
prepopulated gd->flags bits. We don't have any, so let's set this to 0.

Signed-off-by: Alexander Graf <address@hidden>
---
 arch/powerpc/cpu/mpc85xx/start.S |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S
index 0149146..86883f5 100644
--- a/arch/powerpc/cpu/mpc85xx/start.S
+++ b/arch/powerpc/cpu/mpc85xx/start.S
@@ -1159,6 +1159,7 @@ _start_cont:
        isync
 
        bl      cpu_init_f
+       li      r3, 0
        bl      board_init_f
        isync
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]