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

2014-08-04 Thread Simon Glass
Hi Bryan, On 31 July 2014 18:39, 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 > --- > common/image.c | 43

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

2014-07-31 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 --- common/image.c | 43 +++ include/image.h | 1 + 2 files cha