提交 d769d054 编写于 作者: M Mathieu J. Poirier 提交者: Linus Walleij

mach-ux500: setting proper uart for snowball

The UART setting in uncompress.h changes on the Snowball board.
Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NRobert Marklund <robert.marklund@stericsson.com>
上级 350abe03
...@@ -54,7 +54,8 @@ static inline void arch_decomp_setup(void) ...@@ -54,7 +54,8 @@ static inline void arch_decomp_setup(void)
if (machine_is_u8500() || if (machine_is_u8500() ||
machine_is_svp8500v1() || machine_is_svp8500v1() ||
machine_is_svp8500v2() || machine_is_svp8500v2() ||
machine_is_hrefv60()) machine_is_hrefv60() ||
machine_is_snowball())
ux500_uart_base = U8500_UART2_BASE; ux500_uart_base = U8500_UART2_BASE;
else if (machine_is_u5500()) else if (machine_is_u5500())
ux500_uart_base = U5500_UART0_BASE; ux500_uart_base = U5500_UART0_BASE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册