
10 Oct
2007
10 Oct
'07
10:11 p.m.
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