summaryrefslogtreecommitdiffstats
path: root/target/linux/omap/image/boot.script
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-12-14 16:29:35 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-12-14 16:29:35 +0000
commit96d5726e924517bc513843c7a021a8e4bbaabfd9 (patch)
treef15f4f949a65e23b9a2b69c6d40fde676c96cd54 /target/linux/omap/image/boot.script
parentce062a7b5c73ed96e3e8258b3e698e42369b6c43 (diff)
downloadmaster-31e0f0ae-96d5726e924517bc513843c7a021a8e4bbaabfd9.tar.gz
master-31e0f0ae-96d5726e924517bc513843c7a021a8e4bbaabfd9.tar.bz2
master-31e0f0ae-96d5726e924517bc513843c7a021a8e4bbaabfd9.zip
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/boot.script')
-rw-r--r--target/linux/omap/image/boot.script3
1 files changed, 0 insertions, 3 deletions
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