Skip to content
Snippets Groups Projects
Commit 1a7c159a authored by Madan Srinivas's avatar Madan Srinivas Committed by Tom Rini
Browse files

configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs boot


The load address of ramdisk, rdaddr is 0x88080000 and fit_loadaddr
is defined as 0x88000000. This leaves only 512Kbytes for the
fit image. When the FIT images are larger than this, it will
overwite the ramdisk and cause the boot to fail.

For eg, The K2 HS fit images are a few MB and end up overwriting
the ramdsk. This patch moves the fit_loadaddr to 0x87000000,
leaving a 16MB window for the fit image. This memory can be
reclaimed once the kernel starts running.

Signed-off-by: default avatarMadan Srinivas <madans@ti.com>
parent 1d73ce6f
No related branches found
No related tags found
Loading
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