diff options
author | York Sun <york.sun@nxp.com> | 2016-10-04 14:45:01 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-10-06 09:59:10 -0700 |
commit | b4b60d06c6f902cdd80236717375d03267dd949a (patch) | |
tree | 41a1c6b6c2cae31acbce0f18a92f966c69b4dbe5 /arch/arm/include/asm/arch-ls102xa | |
parent | fb2bf8c2c6c5e80a941987d7c8abcf47c825f942 (diff) | |
download | u-boot-imx-b4b60d06c6f902cdd80236717375d03267dd949a.zip u-boot-imx-b4b60d06c6f902cdd80236717375d03267dd949a.tar.gz u-boot-imx-b4b60d06c6f902cdd80236717375d03267dd949a.tar.bz2 |
arm: Move MAX_CPUS to Kconfig
Move MAX_CPUS option to Kconfig and clean up existing uses for ARM. This
option is used by Freescale Layerscape SoCs.
Signed-off-by: York Sun <york.sun@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index fab8774..70cc703 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -123,7 +123,6 @@ #define CONFIG_SYS_FSL_SRDS_1 #ifdef CONFIG_LS102XA -#define CONFIG_MAX_CPUS 2 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 #define CONFIG_NUM_DDR_CONTROLLERS 1 #define CONFIG_SYS_FSL_DDR_VER FSL_DDR_VER_5_0 |