Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d769d054 authored by Mathieu J. Poirier's avatar Mathieu J. Poirier Committed by Linus Walleij
Browse files

mach-ux500: setting proper uart for snowball



The UART setting in uncompress.h changes on the Snowball board.

Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRobert Marklund <robert.marklund@stericsson.com>
parent 350abe03
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;