[U-Boot] [PATCH] image/FIT: Ramdisk Load, Entry address and OS tag inclusion

Jagan 402jagan at gmail.com
Sat Jul 28 10:02:21 CEST 2012


From: Jagannadha Sutradharudu Teki <402jagan at gmail.com>

The current code in image.c doesn't include the Load, Entry address and OS tag
to FIT image through mkimage tool.

Due to this while extracting the ramdisk from FIT blob, bootm showing an 
error like...
 Can't get ramdisk subimage load address!
 Ramdisk image is corrupt or invalid

So, I was added Load, Entry address and also OS tag on image.c.
Now mkimage is able to include these details and it's works fine.

Regards,
Jagan.

Jagannadha Sutradharudu Teki (1):
  image/FIT: Add ramdisk load, entry address and OS tag inclusion

 common/image.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)



More information about the U-Boot mailing list