ath79: drop, its not ready for a release yet
[openwrt/openwrt.git] / target / linux / mcs814x / files-3.18 / arch / arm / mach-mcs814x / include / mach / debug-macro.S
1 #include <mach/mcs814x.h>
2
3 .macro addruart, rp, rv, tmp
4 ldr \rp, =MCS814X_PHYS_BASE
5 ldr \rv, =MCS814X_VIRT_BASE
6 orr \rp, \rp, #MCS814X_UART
7 orr \rv, \rv, #MCS814X_UART
8 .endm
9
10 #define UART_SHIFT 2
11 #include <asm/hardware/debug-8250.S>