[xburst] add zimage

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu
2010-05-14 08:28:19 +08:00
parent 40b09019a1
commit cb2a399c2d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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.
+1
View File
@@ -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