]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:05 +0000 (22:29 +0200)
commit313cc9f1187130a34dcdda08c4a9ab9db72579de
tree5b73fab762ec6e1b11770812b9798dd654bd8d7e
parent40550e7e7a35fd5a8802199a80a608ae15569811
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