zynq: reworked image creation process
authorLuis Araneda <luaraneda@gmail.com>
Sun, 13 May 2018 18:05:38 +0000 (14:05 -0400)
committerJohn Crispin <john@phrozen.org>
Thu, 7 Jun 2018 07:00:49 +0000 (09:00 +0200)
commitdfac3ffd07f5a99b1605aec5a6b24f389a1a8827
treeb938158c55768ca6e648f43a97c0e9c2a6d35c25
parentc335649629e641209a3539209defffeea090ad8f
zynq: reworked image creation process

After commit a1248da (zynq: convert to new image build code),
all boards, became unbootable, entering into a boot loop.

Replace the compressed kernel zImage by an uncompressed Image,
which is compressed after with gzip. Also, enable the creation
of an initramfs image by default.

Change images' filename to match the compatible string from the
respective .dts file (<vendor>_<model>). Also, use the shared
mkits.sh script and remove the target specific one.

Fixes: FS#1204
Run-tested: ZedBoard

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
target/linux/zynq/Makefile
target/linux/zynq/image/Makefile
target/linux/zynq/image/mkits.sh [deleted file]