u-boot: update to 2011.12 and build MLO + bin for pandaboard.

This commit is contained in:
Arne Fitzenreiter
2012-03-14 16:45:07 +01:00
parent 13dcb4ee03
commit 34d94c7c0e
6 changed files with 23 additions and 6 deletions

4
config/u-boot/boot.script Executable file
View File

@@ -0,0 +1,4 @@
fatload mmc 0:1 0x80000000 uImage-ipfire-omap
fatload mmc 0:1 0x81600000 uInit-ipfire-omap
setenv bootargs vram=32M console=ttyO2,115200n8 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 rw
bootm 0x80000000 0x81600000