mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 23:37:39 +00:00
Move this option to Kconfig and clean up existing uses. Signed-off-by: York Sun <york.sun@nxp.com> CC: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
17 lines
411 B
Text
17 lines
411 B
Text
config ARCH_LS1012A
|
|
bool "Freescale Layerscape LS1012A SoC"
|
|
select SYS_FSL_MMDC
|
|
select SYS_FSL_ERRATUM_A010315
|
|
|
|
config ARCH_LS1043A
|
|
bool "Freescale Layerscape LS1043A SoC"
|
|
select SYS_FSL_ERRATUM_A010315
|
|
|
|
config ARCH_LS1046A
|
|
bool "Freescale Layerscape LS1046A SoC"
|
|
|
|
config SYS_FSL_MMDC
|
|
bool "Freescale Multi Mode DDR Controller"
|
|
|
|
config SYS_FSL_ERRATUM_A010315
|
|
bool "Workaround for PCIe erratum A010315"
|