Re: [U-Boot] [PATCH 10/24] arm: Add a prototype for save_boot_params_ret()

2015-05-12 Thread Simon Glass
On 4 May 2015 at 15:09, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Mon, May 4, 2015 at 12:31 PM, Simon Glass s...@chromium.org wrote: It is convenient for some boards to implement save_boot_params() in C rather than assembler. Provide a way to return in this case.

[U-Boot] [PATCH 10/24] arm: Add a prototype for save_boot_params_ret()

2015-05-04 Thread Simon Glass
It is convenient for some boards to implement save_boot_params() in C rather than assembler. Provide a way to return in this case. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/include/asm/system.h | 16 1 file changed, 16 insertions(+) diff --git

Re: [U-Boot] [PATCH 10/24] arm: Add a prototype for save_boot_params_ret()

2015-05-04 Thread Joe Hershberger
Hi Simon, On Mon, May 4, 2015 at 12:31 PM, Simon Glass s...@chromium.org wrote: It is convenient for some boards to implement save_boot_params() in C rather than assembler. Provide a way to return in this case. Signed-off-by: Simon Glass s...@chromium.org --- Reviewed-by: Joe Hershberger