Skip to content

Commit d02fde7

Browse files
Daniel ThompsonRussell King
authored andcommitted
ARM: 8273/1: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XX
On EP93XX uncompress.h uses CONFIG_DEBUG_UART_PHYS instead of a hard coded serial port. This means the build breaks when DEBUG_LL (and DEBUG_LL_UART_PL01X) is not enabled. This is fixed by adding a new dependency. Signed-off-by: Daniel Thompson <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 4d31e66 commit d02fde7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/Kconfig.debug

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,8 @@ config DEBUG_UART_PHYS
13701370
default 0xfffb9800 if DEBUG_OMAP1UART3 || DEBUG_OMAP7XXUART3
13711371
default 0xfffe8600 if DEBUG_UART_BCM63XX
13721372
default 0xfffff700 if ARCH_IOP33X
1373-
depends on DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
1373+
depends on ARCH_EP93XX || \
1374+
DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
13741375
DEBUG_LL_UART_EFM32 || \
13751376
DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
13761377
DEBUG_MSM_UART || DEBUG_NETX_UART || \

0 commit comments

Comments
 (0)