提交 d9bdba07 编写于 作者: A Arnd Bergmann

ARM: PXA: fix up decompressor code

The earlier removal of two boards caused a build regression,
fix it by removing the extraneous '||'.
Reported-by: Nkernel test robot <lkp@intel.com>
Fixes: 28f74201 ("ARM: pxa: remove Intel Imote2 and Stargate 2 boards")
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 e6e6479c
......@@ -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()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册