]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add support for bootz
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 13 Apr 2015 20:54:21 +0000 (22:54 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 19 Apr 2015 20:45:57 +0000 (14:45 -0600)
commit3202535c49bf7e91ba225379cd8b82b570cd3b61
treed72e140c7af6420983806f8854e16a2d7fb61bf4
parentdd2d29a1e1edb37fbaf2905ec6c1db50f6e661c0
sandbox: Add support for bootz

Add dummy bootz_setup implementation allowing the u-boot sandbox to
run bootz. This recognizes both ARM and x86 zImages to validate a
valid zImage was loaded.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
arch/sandbox/lib/bootm.c