mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
60abbadfc0
Add driver for StarFive JH7110 to support ddr initialization in SPL. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Tested-by: Conor Dooley <conor.dooley@microchip.com>
5 lines
180 B
Text
5 lines
180 B
Text
config SPL_STARFIVE_DDR
|
|
bool "StarFive DDR driver in SPL"
|
|
depends on SPL_RAM && STARFIVE_JH7110
|
|
help
|
|
This enables DDR support for the platforms based on StarFive JH7110 SoC.
|