From e3f47958dd16137ea903ca3733435862d9f602ae Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Mon, 4 Sep 2017 13:42:49 +0800 Subject: layerscape: make uImage with zImage for 32-bit kernel uImage should be made with zImage. This patch is to support making uImage with zImage. Signed-off-by: Yangbo Lu --- target/linux/layerscape/image/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/layerscape/image/Makefile') diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile index 7f672d7db5..38bb06fe3d 100644 --- a/target/linux/layerscape/image/Makefile +++ b/target/linux/layerscape/image/Makefile @@ -33,15 +33,17 @@ endef define Device/Default PROFILES = Default FILESYSTEMS := squashfs - KERNEL := kernel-bin | gzip | uImage gzip DEVICE_DTS := IMAGES = firmware.bin ifeq ($(SUBTARGET),armv8_64b) + KERNEL := kernel-bin | gzip | uImage gzip KERNEL_LOADADDR = 0x80080000 KERNEL_ENTRY_POINT = 0x80080000 endif ifeq ($(SUBTARGET),armv8_32b) + KERNEL := kernel-bin | uImage none + KERNEL_NAME := zImage KERNEL_LOADADDR = 0x80008000 KERNEL_ENTRY_POINT = 0x80008000 endif -- cgit v1.2.3