X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fu-boot%2Fboot.script;h=4c9df1fa44ec9c1803e9cf66831807de847fd169;hb=7284262a5e94fa4cc15742fa7c7a3a0252d9e9ee;hp=0f7181535e00a727636386b3b796e5dfb502a299;hpb=79117dc15f51f12163f061e222bb02d77fa9b06d;p=ipfire-2.x.git diff --git a/config/u-boot/boot.script b/config/u-boot/boot.script index 0f7181535e..4c9df1fa44 100755 --- a/config/u-boot/boot.script +++ b/config/u-boot/boot.script @@ -1,4 +1,5 @@ -fatload mmc 0:1 0x80000000 uImage-ipfire-omap -fatload mmc 0:1 0x81600000 uInit-ipfire-omap +fatload mmc 0:1 0x82000000 zImage-ipfire-multi +fatload mmc 0:1 0x83600000 uInit-ipfire-multi +fatload mmc 0:1 ${ftdaddr} omap4-${board_name}.dtb setenv bootargs vram=32M console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro -bootm 0x80000000 0x81600000 +bootz 0x82000000 0x83600000 ${ftdaddr}