mb/walmart/robot: fix mkimage type

It's just kernel, not flashkernel.

Signed-off-by: Daniel Maslowski <info@orangecms.org>
This commit is contained in:
Daniel Maslowski 2022-01-10 21:47:49 +01:00 committed by ron minnich
parent a6a31b3c45
commit 3900b44a8e

View File

@ -100,7 +100,7 @@ uroot:
flashkernel: Makefile
cp config-$(CONFIG) linux/.config
(cd linux && ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make oldconfig && ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j32)
mkimage -C none -A arm -n 'walmart robot' -d linux/arch/arm/boot/zImage -T flashkernel -a 0xc1000000 -e 0xc1000000 flashkernel
mkimage -C none -A arm -n 'walmart robot' -d linux/arch/arm/boot/zImage -T kernel -a 0xc1000000 -e 0xc1000000 flashkernel
cp linux/arch/arm/boot/zImage kernel
fetch: getkernel geturoot getfiano getrom getpackages