mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
mach-ux500: setting proper uart for snowball
The UART setting in uncompress.h changes on the Snowball board. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
This commit is contained in:
committed by
Linus Walleij
parent
350abe0379
commit
d769d05498
@@ -54,7 +54,8 @@ static inline void arch_decomp_setup(void)
|
||||
if (machine_is_u8500() ||
|
||||
machine_is_svp8500v1() ||
|
||||
machine_is_svp8500v2() ||
|
||||
machine_is_hrefv60())
|
||||
machine_is_hrefv60() ||
|
||||
machine_is_snowball())
|
||||
ux500_uart_base = U8500_UART2_BASE;
|
||||
else if (machine_is_u5500())
|
||||
ux500_uart_base = U5500_UART0_BASE;
|
||||
|
||||
Reference in New Issue
Block a user