]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
doc: Fix ramdisk examples in doc/uImage.FIT/multi.its
authorFelix Radensky <felix@embedded-sol.com>
Tue, 30 Mar 2010 12:02:13 +0000 (15:02 +0300)
committerWolfgang Denk <wd@denx.de>
Wed, 31 Mar 2010 13:13:31 +0000 (15:13 +0200)
commitd5a64237d58ded31c2eed455c7a346e1c85f5565
tree5746544a854238836865023df5bcbb64a78ee14f
parent2d2018f3db5ed834bc1ee208a2c6212fdf00bca1
doc: Fix ramdisk examples in doc/uImage.FIT/multi.its

The ramdisk sections in doc/uImage.FIT/multi.its lack
load address and entry point properties. Using examples
from this file will result in unbootable image, u-boot
will issue the following error messages:

Can't get ramdisk subimage load address!
Ramdisk image is corrupt or invalid

This patch adds missing properties to ramdisk sections.

Signed-off-by: Felix Radensky <felix@embedded-sol.com>
doc/uImage.FIT/multi.its