projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c691a1
)
powerpc: Drop default CONFIG_MAX_CPUS
author
York Sun
<york.sun@nxp.com>
Wed, 23 Nov 2016 22:18:59 +0000
(14:18 -0800)
committer
York 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/config.h
b/arch/powerpc/include/asm/config.h
index bb23756d79aea72b5fe59ac63952a2dbbe37675c..9d3a3b45c085a7432ba3c5884635b732615df22d 100644
(file)
--- 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.