The UART address from dtb is used. Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> --- include/mach/vexpress/debug_ll.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/include/mach/vexpress/debug_ll.h b/include/mach/vexpress/debug_ll.h index cd01d5d0185..3d67e7645d3 100644 --- a/include/mach/vexpress/debug_ll.h +++ b/include/mach/vexpress/debug_ll.h @@ -7,17 +7,7 @@ #ifndef __MACH_VEXPRESS_DEBUG_LL_H__ #define __MACH_VEXPRESS_DEBUG_LL_H__ -#include <linux/amba/serial.h> -#include <io.h> - -#define DEBUG_LL_PHYS_BASE 0x10000000 -#define DEBUG_LL_PHYS_BASE_RS1 0x1c000000 - -#ifdef MP -#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE -#else -#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE_RS1 -#endif +#define DEBUG_LL_UART_ADDR 0x1c090000 #include <debug_ll/pl011.h> -- 2.39.0