Re: [U-Boot] [PATCH] MIPS: start.S: unify and simplify reset vector handling

2013-02-01 Thread Daniel Schwierzeck
2013/1/31 Gabor Juhos : > Hi Daniel, > >> From: Daniel Schwierzeck >> >> Adopt reset vector handling from Yamon. >> >> Signed-off-by: Daniel Schwierzeck >> --- >> arch/mips/cpu/mips32/start.S | 185 >> +-- >> arch/mips/cpu/mips64/start.S | 55 +++

Re: [U-Boot] [PATCH] MIPS: start.S: unify and simplify reset vector handling

2013-01-31 Thread Gabor Juhos
Hi Daniel, > From: Daniel Schwierzeck > > Adopt reset vector handling from Yamon. > > Signed-off-by: Daniel Schwierzeck > --- > arch/mips/cpu/mips32/start.S | 185 > +-- > arch/mips/cpu/mips64/start.S | 55 +++-- > 2 files changed, 64 insertio

[U-Boot] [PATCH] MIPS: start.S: unify and simplify reset vector handling

2013-01-30 Thread daniel . schwierzeck
From: Daniel Schwierzeck Adopt reset vector handling from Yamon. Signed-off-by: Daniel Schwierzeck --- arch/mips/cpu/mips32/start.S | 185 +-- arch/mips/cpu/mips64/start.S | 55 +++-- 2 files changed, 64 insertions(+), 176 deletions(-) diff --g