We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462373c commit 3a154b2Copy full SHA for 3a154b2
include/mach/vexpress/debug_ll.h
@@ -7,17 +7,7 @@
7
#ifndef __MACH_VEXPRESS_DEBUG_LL_H__
8
#define __MACH_VEXPRESS_DEBUG_LL_H__
9
10
-#include <linux/amba/serial.h>
11
-#include <io.h>
12
-
13
-#define DEBUG_LL_PHYS_BASE 0x10000000
14
-#define DEBUG_LL_PHYS_BASE_RS1 0x1c000000
15
16
-#ifdef MP
17
-#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE
18
-#else
19
-#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE_RS1
20
-#endif
+#define DEBUG_LL_UART_ADDR 0x1c090000
21
22
#include <debug_ll/pl011.h>
23
0 commit comments