diff options
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index f4e5d22312a0..464f9b4b3169 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -245,9 +245,9 @@ config PPC_EARLY_DEBUG_44x_PHYSHIGH | |||
245 | config PPC_EARLY_DEBUG_CPM_ADDR | 245 | config PPC_EARLY_DEBUG_CPM_ADDR |
246 | hex "CPM UART early debug transmit descriptor address" | 246 | hex "CPM UART early debug transmit descriptor address" |
247 | depends on PPC_EARLY_DEBUG_CPM | 247 | depends on PPC_EARLY_DEBUG_CPM |
248 | default "0xfa202808" if PPC_EP88XC | 248 | default "0xfa202008" if PPC_EP88XC |
249 | default "0xf0000808" if CPM2 | 249 | default "0xf0000008" if CPM2 |
250 | default "0xff002808" if CPM1 | 250 | default "0xff002008" if CPM1 |
251 | help | 251 | help |
252 | This specifies the address of the transmit descriptor | 252 | This specifies the address of the transmit descriptor |
253 | used for early debug output. Because it is needed before | 253 | used for early debug output. Because it is needed before |