# Use this file to make modifications to the U-Boot environment. # Defaults in the environment are provided below, uncomment and modify to change them. ### Kernel # bootdir=/boot # bootfile=zImage ### root filesystem device # mmcroot=/dev/mmcblk0p1 rw rootwait ### optargs (extra options to pass to the kernel) # optargs= ### Flattened Device Tree file (specify for mainline kernel use) # fdtdir=/boot/dtbs # fdtfile=exynos4412-odroidu3.dtb # fdtfile=exynos4412-odroidx.dtb # fdtfile=exynos4412-odroidx2.dtb ### initramfs # rdfile=initramfs-linux.img ### video ## 1920x1080 (1080P) with monitor provided EDID information. (1080p-edid) # video=HDMI-A-1:1920x1080@60 ## 1920x1080 (1080P) without monitor data using generic information (1080p-noedid) # optargs=drm_kms_helper.edid_firmware=edid/1920x1080.bin ## 1280x720 (720P) with monitor provided EDID information. (720p-edid) # video=HDMI-A-1:1280x720@60 ## 1280x720 (720P) without monitor data using generic information (720p-noedid) # optargs=drm_kms_helper.edid_firmware=edid/1280x720.bin ## 1024x768 without monitor data using generic information # optargs=drm_kms_helper.edid_firmware=edid/1024x768.bin