]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
FIT: Fix handling of images without ramdisks
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 5 Aug 2008 15:51:57 +0000 (10:51 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 9 Aug 2008 15:36:06 +0000 (17:36 +0200)
commit41266c9b5a5f873df3ec891bb0907616958b5602
tree71506e202ae0b17aa846147d46ffe360f90db0a0
parent21f971ec265f6042ec21636d55d06a6bc0751077
FIT: Fix handling of images without ramdisks

boot_get_ramdisk() should not treat the case when a FIT image does
not contain a ramdisk as an error.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Michal Simek <monstr@monstr.eu>
common/image.c