]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
uboot: remove hardcoded video mode.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 26 Sep 2012 12:50:35 +0000 (14:50 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 26 Sep 2012 12:50:35 +0000 (14:50 +0200)
32bit modes are now fixed in the omapfb driver so we can use autodetect again.

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

index 784c1213fd9c2a3bf04152bc35e04be4f1c3b7d5..aad40aead5f52f9888e8488d7f877dfed540c1d4 100755 (executable)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ
index 795e60fd1ea3d146e5f2ddd8cc5469b810c56688..0f7181535e00a727636386b3b796e5dfb502a299 100755 (executable)
@@ -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