From: York Sun Date: Wed, 23 Nov 2016 22:18:59 +0000 (-0800) Subject: powerpc: Drop default CONFIG_MAX_CPUS X-Git-Tag: v2017.01-rc1~157^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8a390f0189c5868f2fa305004821bcfcd71d32c;p=u-boot 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 --- diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index bb23756d79..9d3a3b45c0 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.