summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-23 14:18:59 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:17 -0800
commite8a390f0189c5868f2fa305004821bcfcd71d32c (patch)
treea4b19e6ead5049d8016f519c07ce7772b66748ac
parent6c691a1c7efa9f43e7b9fac94e6377b9dc7067a8 (diff)
downloadu-boot-imx-e8a390f0189c5868f2fa305004821bcfcd71d32c.zip
u-boot-imx-e8a390f0189c5868f2fa305004821bcfcd71d32c.tar.gz
u-boot-imx-e8a390f0189c5868f2fa305004821bcfcd71d32c.tar.bz2
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>
-rw-r--r--arch/powerpc/include/asm/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h
index bb23756..9d3a3b4 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.