]> git.sur5r.net Git - u-boot/blobdiff - include/asm-mips/addrspace.h
[PATCH] update board config for jupiter Board:
[u-boot] / include / asm-mips / addrspace.h
index 845dd7c946277df5ed296fc2b12691fd6d4b9670..b8214b1c8595cdf82d862d1e5fd8cb60ca1037c3 100644 (file)
@@ -44,7 +44,7 @@
  * Returns the uncached address of a sdram address
  */
 #ifndef __ASSEMBLY__
-#ifdef CONFIG_AU1X00
+#if defined(CONFIG_AU1X00) || defined(CONFIG_TB0229)
 /* We use a 36 bit physical address map here and
    cannot access physical memory directly from core */
 #define UNCACHED_SDRAM(a) (((unsigned long)(a)) | 0x20000000)