]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
powerpc: Drop default CONFIG_MAX_CPUS
authorYork Sun <york.sun@nxp.com>
Wed, 23 Nov 2016 22:18:59 +0000 (14:18 -0800)
committerYork Sun <york.sun@nxp.com>
Thu, 24 Nov 2016 07:42:17 +0000 (23:42 -0800)
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>
arch/powerpc/include/asm/config.h

index bb23756d79aea72b5fe59ac63952a2dbbe37675c..9d3a3b45c085a7432ba3c5884635b732615df22d 100644 (file)
 #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.