Re: [U-Boot] [PATCH] powerpc/83xx: fix compilation error for MPC8315ERDB

2014-01-03 Thread Scott Wood
On Fri, 2013-12-20 at 09:24 +0530, Nikhil Badola wrote: > From: Ramneek Mehresh > > Defines get_svr() for 83xx devices > > Signed-off-by: Ramneek Mehresh > --- > arch/powerpc/cpu/mpc83xx/start.S | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc83xx/start.S >

Re: [U-Boot] [PATCH] powerpc/83xx: fix compilation error for MPC8315ERDB

2014-01-02 Thread York Sun
On 12/19/2013 07:54 PM, Nikhil Badola wrote: > From: Ramneek Mehresh > > Defines get_svr() for 83xx devices > > Signed-off-by: Ramneek Mehresh > --- > arch/powerpc/cpu/mpc83xx/start.S | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc83xx/start.S > b/arch/powe

[U-Boot] [PATCH] powerpc/83xx: fix compilation error for MPC8315ERDB

2013-12-19 Thread Nikhil Badola
From: Ramneek Mehresh Defines get_svr() for 83xx devices Signed-off-by: Ramneek Mehresh --- arch/powerpc/cpu/mpc83xx/start.S | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S index b4fafe6..7f74a50 100644 --- a/arch/pow