uImage: only try to load 'kernel' images (Hollis Blanchard)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 20 Nov 2008 22:15:46 +0000 (22:15 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 20 Nov 2008 22:15:46 +0000 (22:15 +0000)
commit7e5f90fa3ff32ea31548666d57a78005555ecf34
tree0d86d65def6790392c369b2cf9ab7a43789bd79d
parent5a9154e06919020dd2588fb1fbb32c1bedb3a79c
uImage: only try to load 'kernel' images (Hollis Blanchard)

Loading other image types (e.g. IH_TYPE_MULTI, IH_TYPE_FLATDT) is not
implemented.

IH_TYPE_STANDALONE images could be loaded, but would unexpectedly fail if they
tried to use any uboot services.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5765 c046a42c-6fe2-441c-8c8c-71466251a162
loader.c