Skip to content

Commit

Permalink
Merge pull request #621 from pavel-demin/develop
Browse files Browse the repository at this point in the history
remove fdt_high from u-boot patches
  • Loading branch information
pavel-demin authored Oct 24, 2017
2 parents 45c955b + dfc16ea commit 086016f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions patches/u-boot-xlnx-xilinx-v2016.4.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 086016f

Please sign in to comment.