Re: [U-Boot] [PATCH 09/12] arm: spear: Simplify start.S organization

2019-07-11 Thread Tom Rini
On Tue, May 07, 2019 at 02:18:51PM +0200, Miquel Raynal wrote: > There is no reason to do the few spear-related initialization, in a > different procedure than 'reset'. Spare one branching and get a linear > code flow by removing this indirection. > > Signed-off-by: Miquel Raynal > Reviewed-by:

Re: [U-Boot] [PATCH 09/12] arm: spear: Simplify start.S organization

2019-05-07 Thread Stefan Roese
On 07.05.19 14:18, Miquel Raynal wrote: There is no reason to do the few spear-related initialization, in a different procedure than 'reset'. Spare one branching and get a linear code flow by removing this indirection. Signed-off-by: Miquel Raynal Reviewed-by: Stefan Roese Thanks, Stefan

[U-Boot] [PATCH 09/12] arm: spear: Simplify start.S organization

2019-05-07 Thread Miquel Raynal
There is no reason to do the few spear-related initialization, in a different procedure than 'reset'. Spare one branching and get a linear code flow by removing this indirection. Signed-off-by: Miquel Raynal --- arch/arm/cpu/arm926ejs/spear/start.S | 17 ++--- 1 file changed, 2