From 5e0bd41bbe339cbd64948b72a2ccbdfa611a3f66 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 17 Jul 2014 16:36:55 +0000 Subject: atheros: update macroses names Use AR2315_ prefix for macroses specific to AR2315/AR2316/AR2317 chips, use AR5312_ prefix for macroses specific to AR5312/AR2312/AR2313 chips, and use AR231X_ prefix for common macroses. This patch should not cause any functional changes, only make clear which macros is common and which macros is specific. Signed-off-by: Sergey Ryazanov SVN-Revision: 41701 --- target/linux/atheros/patches-3.10/101-early-printk-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/patches-3.10/101-early-printk-support.patch') diff --git a/target/linux/atheros/patches-3.10/101-early-printk-support.patch b/target/linux/atheros/patches-3.10/101-early-printk-support.patch index be68025..b347367 100644 --- a/target/linux/atheros/patches-3.10/101-early-printk-support.patch +++ b/target/linux/atheros/patches-3.10/101-early-printk-support.patch @@ -37,7 +37,7 @@ + if (is_2315()) + base = (void __iomem *)(KSEG1ADDR(AR2315_UART0)); + else -+ base = (void __iomem *)(KSEG1ADDR(AR531X_UART0)); ++ base = (void __iomem *)(KSEG1ADDR(AR5312_UART0)); + } + + while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) -- cgit v1.1