Home
last modified time | relevance | path

Searched hist:"46 b5ccbfe299887fa1f8b15d494d0a5f0e75ee2e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dintegrator.c46b5ccbfe299887fa1f8b15d494d0a5f0e75ee2e Sun Oct 23 21:02:03 UTC 2011 Linus Walleij <linus.walleij@linaro.org> integrator: do not test first part of the memory

When booting from Flash, the Integrator remaps its flash memory
from 0x24000000 to 0x00000000, and starts executing it at
0x00000000. This ROM thus hides the RAM underneath and first
0x40000 bytes of the memory cannot be tested by get_ram_size().
So let's test from 0x40000 to the end of detected memory
instead.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>