setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv fb_x_res "1920"
setenv fb_y_res "1080"
setenv hdmi_phy_res "1080"
setenv bootcmd "fatload mmc 0:1 0x40007000 uImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x41f00000 exynos5410-odroidxu.dtb; bootm 0x40007000 42000000"
setenv bootargs "console=tty2 console=ttySAC2,115200n8 fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} root=/dev/mmcblk0p2 rootwait rw early_printk debug"
boot
