drop the bootscript, new u-boots won't need it
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39051
This commit is contained in:
parent
ce062a7b5c
commit
96d5726e92
2 changed files with 0 additions and 4 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue