From cb2a399c2d2ebe8f56494da058e41053876525a0 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 14 May 2010 08:28:19 +0800 Subject: [PATCH] [xburst] add zimage Signed-off-by: Xiangfu Liu --- target/linux/xburst/Makefile | 2 +- target/linux/xburst/image/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 4614eca94..6b1843c1f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -18,7 +18,7 @@ DEVICE_TYPE=other include $(INCLUDE_DIR)/target.mk -KERNELNAME:=uImage +KERNELNAME:=uImage zImage define Target/Description Build firmware images for XBurst JZ47x0 based boards. diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index c445494c7..8132d1ae2 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -19,6 +19,7 @@ endif define Image/BuildKernel cp $(LINUX_DIR)/arch/mips/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage.bin + cp $(LINUX_DIR)/arch/mips/boot/compressed/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage.bin endef define Image/Build/squashfs