From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Lungu Date: Wed, 10 Oct 2007 23:11:55 +0300 Subject: [U-Boot-Users] MIPS question Message-ID: <470D320B.5080505@comsys.ro> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de For those who know a little about U-Boot on MIPS: in include/asm-mips/addrspace.h line 52, there is a #define UNCACHED_SDRAM(a) PHYSADDR(a) The question is: shouldn't we use KSEG1ADDR() instead of PHYSADDR()? If not, this means we have to actually map KUSEG ? Vlad