hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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