u-boot: update pandaboard config.

This commit is contained in:
Arne Fitzenreiter
2014-11-22 23:13:18 +01:00
parent be51cfd976
commit 071bb64388
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -1,7 +1,7 @@
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
#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
bootz 0x82000000 - ${fdtaddr}