X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fu-boot%2Fboot.script;h=66d76282fc0d6175c279099252d9676dad9398a1;hb=983203fa03b187602dc9f3d7e6d2793af0b77133;hp=0f7181535e00a727636386b3b796e5dfb502a299;hpb=2795e579303e847e245204fe48141444a66a9235;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/config/u-boot/boot.script b/config/u-boot/boot.script index 0f7181535e..66d76282fc 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 +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 +# Pandaboard has serious Problems in dt mode with kernel 3.10.x +#bootz 0x82000000 0x85000000 ${fdtaddr} +bootz 0x82000000 0x85000000