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 | 96d5726e924517bc513843c7a021a8e4bbaabfd9 (patch) | |
tree | f15f4f949a65e23b9a2b69c6d40fde676c96cd54 /target/linux/omap/image/Makefile | |
parent | ce062a7b5c73ed96e3e8258b3e698e42369b6c43 (diff) | |
download | mtk-20170518-96d5726e924517bc513843c7a021a8e4bbaabfd9.zip mtk-20170518-96d5726e924517bc513843c7a021a8e4bbaabfd9.tar.gz mtk-20170518-96d5726e924517bc513843c7a021a8e4bbaabfd9.tar.bz2 |
drop the bootscript, new u-boots won't need it
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39051
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 afd8398..4035f1c 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/ |