commit | a1a61b0672ff20719ac9d1f4d60c16da00d11538 | [log] [tgz] |
---|---|---|
author | Ezra Buehler <ezra@easyb.ch> | Sat May 09 22:05:38 2020 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed May 27 07:02:24 2020 +0200 |
tree | 51e572cea10cf96a7267b4542bbf116711a290da | |
parent | 0ab24c37f03a3a23982edb63d88c4f22bb8bc2c5 [diff] |
arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0 Without this U-Boot-specific property, booting on the Synology DS414 (or DS214+) fails in SPL. The spi0 DT node is not scanned, as a result the SPI flash cannot be found. Signed-off-by: Ezra Buehler <ezra@easyb.ch> Reviewed-by: Stefan Roese <sr@denx.de>