mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 11:00:15 +00:00
5918afda9d
Compile ALTERA_SDRAM driver in SPL only. Rename ALTERA_SDRAM to SPL_ALTERA_SDRAM. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
8 lines
274 B
Text
8 lines
274 B
Text
config SPL_ALTERA_SDRAM
|
|
bool "SoCFPGA DDR SDRAM driver in SPL"
|
|
depends on SPL
|
|
depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
|
|
select RAM if TARGET_SOCFPGA_GEN5
|
|
select SPL_RAM if TARGET_SOCFPGA_GEN5
|
|
help
|
|
Enable DDR SDRAM controller for the SoCFPGA devices.
|