summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-09-10 11:42:22 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-11 07:59:45 +0200
commitb872653413aa103a7367cec0d4ad9650bc7316c1 (patch)
tree69ea71b99289d154a6c0959792433679819213c2 /arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h
parentc36205f4ba027c8b801d07140adf5ea8cb34da08 (diff)
downloadbarebox-b872653413aa103a7367cec0d4ad9650bc7316c1.tar.gz
barebox-b872653413aa103a7367cec0d4ad9650bc7316c1.tar.xz
MIPS: xburst: debug_ll: rework common code, add JZ4780 support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h')
-rw-r--r--arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h b/arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h
index 2a55dea437..6d18366c5b 100644
--- a/arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h
+++ b/arch/mips/mach-xburst/include/mach/debug_ll_jz4750d.h
@@ -20,15 +20,15 @@
#include <mach/jz4750d_regs.h>
-#ifdef CONFIG_JZ4750D_DEBUG_LL_UART0
+#ifdef CONFIG_JZ47XX_DEBUG_LL_UART0
#define DEBUG_LL_UART_ADDR UART0_BASE
#endif
-#ifdef CONFIG_JZ4750D_DEBUG_LL_UART1
+#ifdef CONFIG_JZ47XX_DEBUG_LL_UART1
#define DEBUG_LL_UART_ADDR UART1_BASE
#endif
-#ifdef CONFIG_JZ4750D_DEBUG_LL_UART2
+#ifdef CONFIG_JZ47XX_DEBUG_LL_UART2
#define DEBUG_LL_UART_ADDR UART2_BASE
#endif