void-packages/srcpkgs/odroid-u2-uboot/files/boot-720p-edid.ini

7 lines
305 B
INI
Raw Normal View History

2014-01-21 23:23:49 +00:00
setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv drm_video_mode "HDMI-A-1:1280x720M@60"
setenv bootcmd "fatload mmc 0:1 0x40008000 /zImage; bootm 0x40008000"
2014-01-21 23:23:49 +00:00
setenv bootargs "console=tty1 console=ttySAC1,115200n8 video=${drm_video_mode} root=/dev/mmcblk0p2 rootwait ro mem=2047M"
boot