diff options
author | York Sun <york.sun@nxp.com> | 2016-09-26 08:09:27 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-09-26 08:53:07 -0700 |
commit | 0a37cf8f27407644623bdd0a3c5d2a2ff656273d (patch) | |
tree | 399c0881bca1d56cb7d11e2c7ae2fc1d0de280de /arch/arm/cpu/armv8/fsl-layerscape/Kconfig | |
parent | 9533acf36c8763af914edcff7c09573e160c1f4d (diff) | |
download | u-boot-imx-0a37cf8f27407644623bdd0a3c5d2a2ff656273d.zip u-boot-imx-0a37cf8f27407644623bdd0a3c5d2a2ff656273d.tar.gz u-boot-imx-0a37cf8f27407644623bdd0a3c5d2a2ff656273d.tar.bz2 |
Convert CONFIG_SYS_FSL_ERRATUM_A010315 to Kconfig option
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>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-layerscape/Kconfig')
-rw-r--r-- | arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index a823d39..f8057ba 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig @@ -1,9 +1,17 @@ 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" |