hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-dove/include/mach/uncompress.h
....@@ -1,15 +1,13 @@
11 /*
2
- * arch/arm/mach-dove/include/mach/uncompress.h
3
- *
42 * This file is licensed under the terms of the GNU General Public
53 * License version 2. This program is licensed "as is" without any
64 * warranty of any kind, whether express or implied.
75 */
86
9
-#include <mach/dove.h>
7
+#define UART0_PHYS_BASE (0xf1000000 + 0x12000)
108
11
-#define UART_THR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x0))
12
-#define UART_LSR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x14))
9
+#define UART_THR ((volatile unsigned char *)(UART0_PHYS_BASE + 0x0))
10
+#define UART_LSR ((volatile unsigned char *)(UART0_PHYS_BASE + 0x14))
1311
1412 #define LSR_THRE 0x20
1513