mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
TARGET namespace is for machines / boards / what-have-you that building U-Boot for. Simply replace from TARGET to ARCH make things more clear and proper for ALL SoCFPGA. Signed-off-by: Brian Sune <briansune@gmail.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com> # Conflicts: # drivers/ddr/altera/Makefile
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
config SPL_ALTERA_SDRAM
|
|
bool "SoCFPGA DDR SDRAM driver in SPL"
|
|
depends on SPL
|
|
depends on ARCH_SOCFPGA_GEN5 || ARCH_SOCFPGA_ARRIA10 || ARCH_SOCFPGA_SOC64
|
|
select RAM if ARCH_SOCFPGA_GEN5 || ARCH_SOCFPGA_SOC64
|
|
select SPL_RAM if ARCH_SOCFPGA_GEN5 || ARCH_SOCFPGA_SOC64
|
|
help
|
|
Enable DDR SDRAM controller for the SoCFPGA devices.
|