]> git.sur5r.net Git - u-boot/commit
Support legacy multi-type images without FDT section.
authorNick Spence <nick.spence@freescale.com>
Fri, 9 May 2008 05:32:22 +0000 (22:32 -0700)
committerWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 22:38:55 +0000 (00:38 +0200)
commit91a616741fc128cdb88f39bddcd4d72fe17466d0
tree269bc7109d55b8f460eea775264607ad0cefeefa
parent881031d9732783b7aeae2198fc7eb480ae8974a6
Support legacy multi-type images without FDT section.

This patch enables legacy multi-type images containing only a Linux kernel
and root file system to be loaded, maintaining compatibility with previous
versions of u-boot.

This is required when using old image files such as a Linux 2.4 kernel /
filesystem.

Signed-off-by: Nick Spence <nick.spence@freescale.com>
Acked-by: Bartlomiej Sieka <tur@semihalf.com>
lib_ppc/bootm.c