diff --git a/patches/u-boot-xlnx-xilinx-v2016.4.patch b/patches/u-boot-xlnx-xilinx-v2016.4.patch index 26f1feae2..1c5196074 100644 --- a/patches/u-boot-xlnx-xilinx-v2016.4.patch +++ b/patches/u-boot-xlnx-xilinx-v2016.4.patch @@ -14,11 +14,10 @@ diff -rupN old/u-boot-xlnx-xilinx-v2016.4/arch/arm/dts/Makefile u-boot-xlnx-xili diff -rupN old/u-boot-xlnx-xilinx-v2016.4/common/main.c u-boot-xlnx-xilinx-v2016.4/common/main.c --- old/u-boot-xlnx-xilinx-v2016.4/common/main.c +++ u-boot-xlnx-xilinx-v2016.4/common/main.c -@@ -63,6 +63,9 @@ void main_loop(void) +@@ -63,6 +63,8 @@ void main_loop(void) if (cli_process_fdt(&s)) cli_secure_boot_cmd(s); -+ setenv("fdt_high", "0x1E000000"); + setenv("sdboot", "echo Importing environment from SD... && mmcinfo && fatload mmc 0 0x2000000 uEnv.txt && env import -t 0x2000000 ${filesize} && boot"); + autoboot_command(s);