Re: [U-Boot] [PATCH 2/5] arm: Allow reset init to be controlled

2015-02-04 Thread Simon Glass
Hi Albert, On 4 February 2015 at 01:50, Albert ARIBAUD wrote: > Hello Simon, > > On Tue, 3 Feb 2015 21:18:51 -0700, Simon Glass > wrote: >> Some boards want to skip the normal reset init. For example OMAP4 SPL >> does not want to touch VBAR and many boards don't want to set up >> CP15. >> >> Pr

Re: [U-Boot] [PATCH 2/5] arm: Allow reset init to be controlled

2015-02-04 Thread Albert ARIBAUD
Hello Simon, On Tue, 3 Feb 2015 21:18:51 -0700, Simon Glass wrote: > Some boards want to skip the normal reset init. For example OMAP4 SPL > does not want to touch VBAR and many boards don't want to set up > CP15. > > Provide a return value from save_boot_params() which allows the board > to in

[U-Boot] [PATCH 2/5] arm: Allow reset init to be controlled

2015-02-04 Thread Simon Glass
Some boards want to skip the normal reset init. For example OMAP4 SPL does not want to touch VBAR and many boards don't want to set up CP15. Provide a return value from save_boot_params() which allows the board to indicate what reset processing should be done. Signed-off-by: Simon Glass --- ar