forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/mips/include/asm/mach-ip22/spaces.h
....@@ -10,17 +10,7 @@
1010 #ifndef _ASM_MACH_IP22_SPACES_H
1111 #define _ASM_MACH_IP22_SPACES_H
1212
13
-
14
-#ifdef CONFIG_64BIT
15
-
16
-#define PAGE_OFFSET 0xffffffff80000000UL
17
-
18
-#define CAC_BASE 0xffffffff80000000
19
-#define IO_BASE 0xffffffffa0000000
20
-#define UNCAC_BASE 0xffffffffa0000000
21
-#define MAP_BASE 0xc000000000000000
22
-
23
-#endif /* CONFIG_64BIT */
13
+#define PHYS_OFFSET _AC(0x08000000, UL)
2414
2515 #include <asm/mach-generic/spaces.h>
2616