mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-17 00:03:37 +08:00
279726bd00
Currently, END_OF_RAM is used by the trap code to determine if we should attempt to access the stack pointer or not. However, on systems with a lot of RAM, only a subset of the RAM is guaranteed to be mapped in and accessible. Change END_OF_RAM to use get_effective_memsize() instead of using the raw ram size out of the bd to prevent us from trying to access non-mapped memory. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> |
||
---|---|---|
.. | ||
cache.S | ||
config.mk | ||
cpu_init.c | ||
cpu.c | ||
fdt.c | ||
interrupts.c | ||
Makefile | ||
spd_sdram.c | ||
speed.c | ||
start.S | ||
traps.c |