From 191f22da5059f4d45e5e99ebec7e77ad0b89237a Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 27 Jun 2010 19:49:24 +0800 Subject: [PATCH] remove cp the zImage file to bin/xburst folder Signed-off-by: Xiangfu Liu --- target/linux/xburst/image/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index 8132d1ae2..c445494c7 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -19,7 +19,6 @@ 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