X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fu-boot%2Fboot.script;h=2017e71ae64204b6c5205c68d8362c993a4093a1;hp=0f7181535e00a727636386b3b796e5dfb502a299;hb=1450cfebdee10c0ff79335a4d06e42e378338c9b;hpb=0d3e1e8c1da5b0ae9e56ac320be02bdb043485d4 diff --git a/config/u-boot/boot.script b/config/u-boot/boot.script index 0f7181535e..2017e71ae6 100755 --- a/config/u-boot/boot.script +++ b/config/u-boot/boot.script @@ -1,4 +1,7 @@ -fatload mmc 0:1 0x80000000 uImage-ipfire-omap -fatload mmc 0:1 0x81600000 uInit-ipfire-omap -setenv bootargs vram=32M console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro -bootm 0x80000000 0x81600000 +setenv initrd_high 90000000 +fatload mmc 0:1 0x82000000 zImage-ipfire-multi +#fatload mmc 0:1 0x85000000 uInit-ipfire-multi +fatload mmc 0:1 ${fdtaddr} omap4-${board_name}.dtb +setenv bootargs video=800x600 console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro +#bootz 0x82000000 0x85000000 ${fdtaddr} +bootz 0x82000000 - ${fdtaddr}