mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
arm: socfpga: gen5: deassert peripheral reset by default
To keep the current behaviour of taking all peripherals out of reset before booting the OS before removing that code from socfpga gen5 SPL, this enables the new behaviour by default for all gen5 boards by adding the environment variable "socfpga_legacy_reset_compat=1" to the default environment. This can be overridden in board config files or by saving an environment without this variable enabled. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
This commit is contained in:
parent
1ea975010d
commit
4b2e32efa4
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
|
|||
"scriptaddr=0x02100000\0" \
|
||||
"pxefile_addr_r=0x02200000\0" \
|
||||
"ramdisk_addr_r=0x02300000\0" \
|
||||
"socfpga_legacy_reset_compat=1\0" \
|
||||
BOOTENV
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue