diff mbox

[U-Boot,97/97] powerpc: Drop default CONFIG_MAX_CPUS

Message ID 1479974118-2912-97-git-send-email-york.sun@nxp.com
State Accepted
Commit e8a390f0189c5868f2fa305004821bcfcd71d32c
Delegated to: York Sun
Headers show

Commit Message

York Sun Nov. 24, 2016, 7:55 a.m. UTC
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 | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

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.