From: Arne Fitzenreiter Date: Sat, 15 Feb 2014 16:50:00 +0000 (+0100) Subject: u-boot: limit videores to 800x600. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=983203fa03b187602dc9f3d7e6d2793af0b77133 u-boot: limit videores to 800x600. pandaboard has display problems on console with higher resolutions. --- diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr index 0d36a6baa..672b15277 100755 Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ diff --git a/config/u-boot/boot.script b/config/u-boot/boot.script index 49e6c9c50..66d76282f 100755 --- a/config/u-boot/boot.script +++ b/config/u-boot/boot.script @@ -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 -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