Re: [U-Boot] [PATCH v2 1/3] image: introduce genimg_get_kernel_addr()

2014-08-05 Thread Simon Glass
On 4 August 2014 18:43, Bryan Wu wrote: > Kernel address is normally stored as a string argument of bootm or bootz. > This function is taken out from boot_get_kernel() of bootm.c, which can be > reused by others. > > Signed-off-by: Bryan Wu > Tested-by: Stephen Warren > Reviewed-by: Stephen Warr

[U-Boot] [PATCH v2 1/3] image: introduce genimg_get_kernel_addr()

2014-08-04 Thread Bryan Wu
Kernel address is normally stored as a string argument of bootm or bootz. This function is taken out from boot_get_kernel() of bootm.c, which can be reused by others. Signed-off-by: Bryan Wu Tested-by: Stephen Warren Reviewed-by: Stephen Warren --- common/image.c | 32