Commit d9bdba07 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: PXA: fix up decompressor code



The earlier removal of two boards caused a build regression,
fix it by removing the extraneous '||'.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: 28f74201 ("ARM: pxa: remove Intel Imote2 and Stargate 2 boards")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e6e6479c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static inline void arch_decomp_setup(void)
	uart_is_pxa = 1;

	if (machine_is_littleton() ||  machine_is_csb726() ||
	    || machine_is_cm_x300() || machine_is_balloon3())
	    machine_is_cm_x300() || machine_is_balloon3())
		uart_base = STUART_BASE;

	if (machine_is_arcom_zeus()) {