diff options
Diffstat (limited to 'arch/arm/include/debug/socfpga.S')
| -rw-r--r-- | arch/arm/include/debug/socfpga.S | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/debug/socfpga.S b/arch/arm/include/debug/socfpga.S index d6f26d23374..966b2f99494 100644 --- a/arch/arm/include/debug/socfpga.S +++ b/arch/arm/include/debug/socfpga.S @@ -7,6 +7,9 @@   * published by the Free Software Foundation.   */ +#define UART_SHIFT 2 +#define DEBUG_LL_UART_OFFSET	0x00002000 +  		.macro	addruart, rp, rv, tmp  		mov	\rp, #DEBUG_LL_UART_OFFSET  		orr	\rp, \rp, #0x00c00000 @@ -14,3 +17,5 @@  		orr	\rp, \rp, #0xff000000	@ physical base  		.endm +#include "8250_32.S" +  |