mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
uboot: remove hardcoded video mode.
32bit modes are now fixed in the omapfb driver so we can use autodetect again.
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user