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

Commit 321d9eb3 authored by Mike Rapoport's avatar Mike Rapoport Committed by Eric Miao
Browse files

[ARM] pxa/cm-x300: use STUART for uncompressor

parent 1858ced3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ static inline void flush(void)
static inline void arch_decomp_setup(void)
{
	if (machine_is_littleton() || machine_is_intelmote2()
	    || machine_is_csb726() || machine_is_stargate2())
	    || machine_is_csb726() || machine_is_stargate2()
	    || machine_is_cm_x300())
		UART = STUART;
}