[U-Boot] [Patch 9/16] make UNCACHED_SDRAM available for mips64

14 Aug
2012
14 Aug
'12
5:09 p.m.
diff --git a/arch/mips/include/asm/addrspace.h b/arch/mips/include/asm/addrspace.h index 3a1e6d6..b768bb5 100644 --- a/arch/mips/include/asm/addrspace.h +++ b/arch/mips/include/asm/addrspace.h @@ -136,7 +136,7 @@ cannot access physical memory directly from core */ #define UNCACHED_SDRAM(a) (((unsigned long)(a)) | 0x20000000) #else /* !CONFIG_SOC_AU1X00 */ -#define UNCACHED_SDRAM(a) KSEG1ADDR(a) +#define UNCACHED_SDRAM(a) CKSEG1ADDR(a) #endif /* CONFIG_SOC_AU1X00 */ #endif /* __ASSEMBLY__ */
--
Regards,
Zhizhou Zhang
4653
Age (days ago)
4653
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhi-zhou Zhang