summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-11-02 15:09:22 +0100
committerWolfgang Denk <wd@denx.de>2007-11-02 15:09:22 +0100
commite60adeac2d8fa30258e1706bb342a3363526e8d7 (patch)
tree4be3ed35fbd50b56ac0cebecac2899d6527edbf0 /include/asm-mips
parentd78791ae914d4e7c5edca1cdad73b3dc81a4eb82 (diff)
parentf0516920f6e048425b005c049378e80d600bd268 (diff)
Merge branch 'master' of /home/wd/git/u-boot/work
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/addrspace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/addrspace.h b/include/asm-mips/addrspace.h
index b8214b1c85..0e6abd7d0f 100644
--- a/include/asm-mips/addrspace.h
+++ b/include/asm-mips/addrspace.h
@@ -49,7 +49,7 @@
cannot access physical memory directly from core */
#define UNCACHED_SDRAM(a) (((unsigned long)(a)) | 0x20000000)
#else /* !CONFIG_AU1X00 */
-#define UNCACHED_SDRAM(a) PHYSADDR(a)
+#define UNCACHED_SDRAM(a) KSEG1ADDR(a)
#endif /* CONFIG_AU1X00 */
#endif /* __ASSEMBLY__ */
/*