[U-Boot] [PATCH] powerpc: add support for the Freescale P1022DS reference board
Timur Tabi
timur at freescale.com
Thu May 27 21:54:31 CEST 2010
Wolfgang Denk wrote:
> We don't have machine check handlers on the other PPC systems either.
> We kust make sure that the mapping is big enough for the maximal RAM
> size we are going to test.
What if the mapping is too big? Isn't the whole point of get_ram_size()
that there is less RAM than we say there is? That is, if there's only 1GB
of RAM, and we do this:
dram_size = get_ram_size(0, 2GB);
That get_ram_size() will return 1GB?
--
Timur Tabi
Linux kernel developer at Freescale
More information about the U-Boot
mailing list