]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 7 Mar 2016 22:06:36 +0000 (00:06 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 13 Mar 2016 09:50:46 +0000 (10:50 +0100)
commit8c5387227c287e87c6209120b9027f05f0f00e6b
treea5f2917931ab1debe31a0463f714d456696ac97b
parentf4d3bdec7ff21d94a2938f7193f1292bbb986036
MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780

Ingenic SoC declares ZBOOT support, but debug definitions are missing
for MACH_JZ4780 resulting in a build failure when DEBUG_ZBOOT is set.
The UART addresses are same as with JZ4740, so fix by covering JZ4780
with those as well.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12830/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/uart-16550.c