From: Arne Fitzenreiter Date: Wed, 26 Sep 2012 12:50:35 +0000 (+0200) Subject: uboot: remove hardcoded video mode. X-Git-Tag: v2.13-beta1~163^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=329c7bda00116f32e8b0c62b3c56319e0508a9ab;p=people%2Fms%2Fipfire-2.x.git uboot: remove hardcoded video mode. 32bit modes are now fixed in the omapfb driver so we can use autodetect again. --- diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr index 784c1213fd..aad40aead5 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 795e60fd1e..0f7181535e 100755 --- a/config/u-boot/boot.script +++ b/config/u-boot/boot.script @@ -1,4 +1,4 @@ fatload mmc 0:1 0x80000000 uImage-ipfire-omap fatload mmc 0:1 0x81600000 uInit-ipfire-omap -setenv bootargs vram=32M console=tty1 omapfb.mode=dvi:800x600MR-16@60 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro +setenv bootargs vram=32M console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro bootm 0x80000000 0x81600000