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 (!
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.
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,
+
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
4 matches
Mail list logo