diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-12-14 16:29:35 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-12-14 16:29:35 +0000 |
commit | 40edc707f451a2b8d28473849b71e41ba3605fb3 (patch) | |
tree | 57ec4b01957eb3ad6312f190058db1a53f7238e4 /target/linux/omap/image/Makefile | |
parent | c5771a9297927ba87314d31083ee8dab06b16656 (diff) | |
download | upstream-40edc707f451a2b8d28473849b71e41ba3605fb3.tar.gz upstream-40edc707f451a2b8d28473849b71e41ba3605fb3.tar.bz2 upstream-40edc707f451a2b8d28473849b71e41ba3605fb3.zip |
[omap]: drop the bootscript, new u-boots won't need it
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39051 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap/image/Makefile')
-rw-r--r-- | target/linux/omap/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/omap/image/Makefile b/target/linux/omap/image/Makefile index afd8398e2f..4035f1c44a 100644 --- a/target/linux/omap/image/Makefile +++ b/target/linux/omap/image/Makefile @@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk 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)/zImage $(BIN_DIR)/openwrt-$(BOARD)-zImage -mkdir $(BIN_DIR)/dtbs $(CP) $(LINUX_DIR)/arch/arm/boot/dts/am335x*.dtb $(BIN_DIR)/dtbs/ |