diff options
author | York Sun | 2016-11-23 14:18:59 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:17 -0800 |
commit | e8a390f0189c5868f2fa305004821bcfcd71d32c (patch) | |
tree | a4b19e6ead5049d8016f519c07ce7772b66748ac /arch | |
parent | 6c691a1c7efa9f43e7b9fac94e6377b9dc7067a8 (diff) |
powerpc: Drop default CONFIG_MAX_CPUS
This configuration has been moved into Kconfig for mpc85xx, and
dropped for mpc86xx. Remove the default value in config.h.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index bb23756d79a..9d3a3b45c08 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -57,10 +57,6 @@ #endif #endif -#ifndef CONFIG_MAX_CPUS -#define CONFIG_MAX_CPUS 1 -#endif - /* * Provide a default boot page translation virtual address that lines up with * Freescale's default e500 reset page. |