Re: [U-Boot] [PATCH 0/4] MIPS: unify start.S

2015-01-30 Thread Paul Burton
On Thu, Jan 29, 2015 at 02:48:59PM +0100, Daniel Schwierzeck wrote: > Hi Paul, > > 2015-01-29 11:04 GMT+01:00 Paul Burton : > > Currently we have mips32-specific & mips64-specific versions of start.S, > > which are very similar. This short series adapts the mips32 start.S to > > also be suitable f

Re: [U-Boot] [PATCH 0/4] MIPS: unify start.S

2015-01-29 Thread Daniel Schwierzeck
Hi Paul, 2015-01-29 11:04 GMT+01:00 Paul Burton : > Currently we have mips32-specific & mips64-specific versions of start.S, > which are very similar. This short series adapts the mips32 start.S to > also be suitable for mips64 systems & then shares that single copy > between mips32 & mips64 build

[U-Boot] [PATCH 0/4] MIPS: unify start.S

2015-01-29 Thread Paul Burton
Currently we have mips32-specific & mips64-specific versions of start.S, which are very similar. This short series adapts the mips32 start.S to also be suitable for mips64 systems & then shares that single copy between mips32 & mips64 builds. Paul Burton (4): MIPS: use asm.h macros in mips32 sta