]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/u-boot/boot.script
Merge remote-tracking branch 'stevee/squid-zph-qos' into beyond-next
[people/teissler/ipfire-2.x.git] / config / u-boot / boot.script
CommitLineData
7284262a 1fatload mmc 0:1 0x82000000 zImage-ipfire-multi
d42f38e0
AF
2fatload mmc 0:1 0x85000000 uInit-ipfire-multi
3#fatload mmc 0:1 ${fdtaddr} omap4-${board_name}.dtb
983203fa 4setenv bootargs video=800x600 console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
d42f38e0
AF
5# Pandaboard has serious Problems in dt mode with kernel 3.10.x
6#bootz 0x82000000 0x85000000 ${fdtaddr}
7bootz 0x82000000 0x85000000