diff options
author | Wolfgang Denk <wd@denx.de> | 2007-11-01 22:54:31 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-11-01 22:54:31 +0100 |
commit | 2fa0dd158c0a3faa6e481169c097e8d7fe662581 (patch) | |
tree | 4b0545515cd62e1d48c368db95765efed0a178a5 /include | |
parent | 0f8b8d0f4c1579a55aaebd1974517552766ab7e5 (diff) | |
parent | de9a738faa7c2f47286119c3bfebc3dfbfe7d86d (diff) | |
download | u-boot-imx-2fa0dd158c0a3faa6e481169c097e8d7fe662581.zip u-boot-imx-2fa0dd158c0a3faa6e481169c097e8d7fe662581.tar.gz u-boot-imx-2fa0dd158c0a3faa6e481169c097e8d7fe662581.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/addrspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/addrspace.h b/include/asm-mips/addrspace.h index b8214b1..0e6abd7 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__ */ /* |