diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-14 15:43:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-11-21 06:34:54 -0500 |
commit | 140bd60383309e82b5cae3294a907c11a0a12b90 (patch) | |
tree | e191775011aea6349e188efc9cea1588b7c95f64 | |
parent | 8d6d5e128f782b6bd8faa2d6d54e10732bf0d7b3 (diff) |
ARM: BCM5301X: fix early serial console
This device actually has a 8250 serial with a shift of 0.
Tested this on a BCM4708.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 1c4889dbc714..a52884351e4f 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -113,7 +113,7 @@ choice | |||
113 | config DEBUG_BCM_5301X | 113 | config DEBUG_BCM_5301X |
114 | bool "Kernel low-level debugging on BCM5301X UART1" | 114 | bool "Kernel low-level debugging on BCM5301X UART1" |
115 | depends on ARCH_BCM_5301X | 115 | depends on ARCH_BCM_5301X |
116 | select DEBUG_UART_PL01X | 116 | select DEBUG_UART_8250 |
117 | 117 | ||
118 | config DEBUG_BCM_KONA_UART | 118 | config DEBUG_BCM_KONA_UART |
119 | bool "Kernel low-level debugging messages via BCM KONA UART" | 119 | bool "Kernel low-level debugging messages via BCM KONA UART" |
@@ -1301,7 +1301,7 @@ config DEBUG_UART_VIRT | |||
1301 | config DEBUG_UART_8250_SHIFT | 1301 | config DEBUG_UART_8250_SHIFT |
1302 | int "Register offset shift for the 8250 debug UART" | 1302 | int "Register offset shift for the 8250 debug UART" |
1303 | depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250 | 1303 | depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250 |
1304 | default 0 if FOOTBRIDGE || ARCH_IOP32X | 1304 | default 0 if FOOTBRIDGE || ARCH_IOP32X || DEBUG_BCM_5301X |
1305 | default 2 | 1305 | default 2 |
1306 | 1306 | ||
1307 | config DEBUG_UART_8250_WORD | 1307 | config DEBUG_UART_8250_WORD |