aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2016-05-17 03:02:47 -0400
committerScott Wood <oss@buserror.net>2016-07-09 03:02:48 -0400
commit567a16d15296f42dd3df640ef60d04f642443251 (patch)
treebbea975f38d2bc53ceadbad401ebfd4de32beb43 /arch/powerpc
parent4badd43ae44109c88438cc6421d208f513cf537f (diff)
powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
IMMR is now mapped by a fixed 512k page managed by the TLB miss handler so it is not anymore necessary to PIN TLBs Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/Kconfig.debug1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index d3fcf7e64e3a..5eccbb5a3bf0 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -212,7 +212,6 @@ config PPC_EARLY_DEBUG_40x
212config PPC_EARLY_DEBUG_CPM 212config PPC_EARLY_DEBUG_CPM
213 bool "Early serial debugging for Freescale CPM-based serial ports" 213 bool "Early serial debugging for Freescale CPM-based serial ports"
214 depends on SERIAL_CPM 214 depends on SERIAL_CPM
215 select PIN_TLB if PPC_8xx
216 help 215 help
217 Select this to enable early debugging for Freescale chips 216 Select this to enable early debugging for Freescale chips
218 using a CPM-based serial port. This assumes that the bootwrapper 217 using a CPM-based serial port. This assumes that the bootwrapper