mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
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>
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
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.
|