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/include/asm/arch-fsl-layerscape/config.h | |
parent | 9533acf36c8763af914edcff7c09573e160c1f4d (diff) | |
download | u-boot-0a37cf8f27407644623bdd0a3c5d2a2ff656273d.tar.gz |
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/include/asm/arch-fsl-layerscape/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index a7fda1858b..a5c6c4cd26 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -169,7 +169,6 @@ #define CONFIG_SYS_FSL_SRDS_1 -#define CONFIG_SYS_FSL_ERRATUM_A010315 /* SoC related */ #ifdef CONFIG_LS1043A #define CONFIG_MAX_CPUS 4 |