Skip to content
Snippets Groups Projects
Commit 46b5ccbf authored by Linus Walleij's avatar Linus Walleij Committed by Albert ARIBAUD
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 60d1ea94
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment