diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-14 16:29:35 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-14 16:29:35 +0000 |
commit | 743a9d137e4abb293a1c76c3fff6e19cfdf05dd4 (patch) | |
tree | 57ec4b01957eb3ad6312f190058db1a53f7238e4 /target/linux/omap/image | |
parent | 925508ab877a0488e7e8c0792808999c22e2a466 (diff) |
[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')
-rw-r--r-- | target/linux/omap/image/Makefile | 1 | ||||
-rw-r--r-- | target/linux/omap/image/boot.script | 3 |
2 files changed, 0 insertions, 4 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/ diff --git a/target/linux/omap/image/boot.script b/target/linux/omap/image/boot.script deleted file mode 100644 index ecdacfc60a..0000000000 --- a/target/linux/omap/image/boot.script +++ /dev/null @@ -1,3 +0,0 @@ -fatload mmc 0:1 0x80000000 openwrt-omap-zImage -setenv bootargs vram=32M fixrtc mem=1G@0x80000000 root=/dev/mmcblk0p2 rootfstype=ext4 console=ttyO2,115200n8 rootwait -bootz 0x80000000 |