aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap4/image/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/omap4/image/Makefile')
-rw-r--r--target/linux/omap4/image/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/omap4/image/Makefile b/target/linux/omap4/image/Makefile
index 5123c3a0a8..e118122bd4 100644
--- a/target/linux/omap4/image/Makefile
+++ b/target/linux/omap4/image/Makefile
@@ -7,10 +7,6 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
-define Image/Prepare
- cp $(LINUX_DIR)/arch/arm/boot/uImage $(KDIR)/uImage
-endef
-
define Image/BuildKernel
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n 'Boot Image' -d boot.script $(BIN_DIR)/boot.scr
cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage