Re: [U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()

2014-08-04 Thread Bryan Wu
On Fri, Aug 1, 2014 at 12:18 PM, Stephen Warren wrote: > On 07/31/2014 06:40 PM, Bryan Wu wrote: >> >> Use the new API which is originally taken out from boot_get_kernel >> of bootm.c > > >> diff --git a/common/bootm.c b/common/bootm.c > > >> case IMAGE_FORMAT_FIT: >> + if (!

Re: [U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()

2014-08-04 Thread Simon Glass
Hi Bryan, On 31 July 2014 18:40, Bryan Wu wrote: > Use the new API which is originally taken out from boot_get_kernel > of bootm.c > > Signed-off-by: Bryan Wu > --- > common/bootm.c | 25 + > 1 file changed, 5 insertions(+), 20 deletions(-) > > diff --git a/common/bootm.

Re: [U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()

2014-08-01 Thread Stephen Warren
On 07/31/2014 06:40 PM, Bryan Wu wrote: Use the new API which is originally taken out from boot_get_kernel of bootm.c diff --git a/common/bootm.c b/common/bootm.c case IMAGE_FORMAT_FIT: + if (!fit_parse_conf(argv[0], load_addr, &img_addr, +

[U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()

2014-07-31 Thread Bryan Wu
Use the new API which is originally taken out from boot_get_kernel of bootm.c Signed-off-by: Bryan Wu --- common/bootm.c | 25 + 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/common/bootm.c b/common/bootm.c index 7ec2ed8..aee68cd 100644 --- a/common/bootm