diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-29 09:03:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 09:03:11 -0400 |
commit | 92430b8fc8aac3b4ab92e9ca8a09d83c4788c609 (patch) | |
tree | 741586740ac365252852d8dcdbbedf9e57d2b81d /include/configs/socfpga_stratix10_socdk.h | |
parent | ad4a699cfe36639979d27a1045d766397b2cb0bb (diff) | |
parent | a89c2adc3d2834a7c79c1685155a8b8952cf77f4 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga
- Various gen5 fixes
Diffstat (limited to 'include/configs/socfpga_stratix10_socdk.h')
-rw-r--r-- | include/configs/socfpga_stratix10_socdk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h index 8d2971c6e2..90ad8172e2 100644 --- a/include/configs/socfpga_stratix10_socdk.h +++ b/include/configs/socfpga_stratix10_socdk.h @@ -113,7 +113,8 @@ unsigned int cm_get_qspi_controller_clk_hz(void); "scriptaddr=0x02100000\0" \ "scriptfile=u-boot.scr\0" \ "fatscript=if fatload mmc 0:1 ${scriptaddr} ${scriptfile};" \ - "then source ${scriptaddr}; fi\0" + "then source ${scriptaddr}; fi\0" \ + "socfpga_legacy_reset_compat=1\0" /* * Generic Interrupt Controller Definitions |