From 329c7bda00116f32e8b0c62b3c56319e0508a9ab Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 26 Sep 2012 14:50:35 +0200 Subject: [PATCH] uboot: remove hardcoded video mode. 32bit modes are now fixed in the omapfb driver so we can use autodetect again. --- config/u-boot/boot.scr | Bin 322 -> 290 bytes config/u-boot/boot.script | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr index 784c1213fd9c2a3bf04152bc35e04be4f1c3b7d5..aad40aead5f52f9888e8488d7f877dfed540c1d4 100755 GIT binary patch delta 49 zc-lL}w1`PwomDdIM9;5v0ZBj4GB7YaVt@jpV1`?)Ol%Vsm6#bAZcTJ)o%k{m0C&3% A!vFvP delta 81 zc-mXUbcjh_omDa{qnp9d|4uqD0|O%y0~8e3OM0*}u}xG|VrF3YHPNM2K0i0HAT3ER fH$NrSHl-}n%EG{)!py+HH%Qme%)!iH;)y5#_$L&{ 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 -- 2.39.5