mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-25 00:21:28 +02: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.
|