]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: zImage support in Falcon mode
authorLadislav Michl <ladis@linux-mips.org>
Tue, 12 Jul 2016 18:28:14 +0000 (20:28 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jul 2016 13:53:00 +0000 (09:53 -0400)
commit431889d6ad9a39846636716478d504aa7ff976fc
tree13351d0f1ecc3b96ab3d896b68c0322a95ea171b
parentbf55cd4f3e3bc0ebf92c81bde1921f983e999451
spl: zImage support in Falcon mode

Other payload than uImage is currently considered to be raw U-Boot
image. Check also for zImage in Falcon mode.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/arm/lib/Makefile
arch/arm/lib/bootm.c
arch/arm/lib/zimage.c [new file with mode: 0644]
common/spl/spl.c