]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
u-boot: limit videores to 800x600.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 15 Feb 2014 16:50:00 +0000 (17:50 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 15 Feb 2014 16:50:00 +0000 (17:50 +0100)
pandaboard has display problems on console with higher resolutions.

config/u-boot/boot.scr
config/u-boot/boot.script

index 0d36a6baa1fdb98c5557ce57eca0bf6647510d2d..672b15277a2196c387b4804da9f994d564cd25eb 100755 (executable)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ
index 49e6c9c50937d298b5cdf3138c14d2bb8c311e97..66d76282fc0d6175c279099252d9676dad9398a1 100755 (executable)
@@ -1,7 +1,7 @@
 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 0x82000000 zImage-ipfire-multi
 fatload mmc 0:1 0x85000000 uInit-ipfire-multi
 #fatload mmc 0:1 ${fdtaddr} omap4-${board_name}.dtb
-setenv bootargs vram=32M earlyprintk console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
+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
 # Pandaboard has serious Problems in dt mode with kernel 3.10.x
 #bootz 0x82000000 0x85000000 ${fdtaddr}
 bootz 0x82000000 0x85000000