The existing memory layout places the bloblist at 0xb000 and the fdt at
0x100, resulting in a 0xaf00 size constraint for the fdt. This constraint
has been reached. Lets modify the layout by moving the bloblist to 0x100,
device tree to 0x1000 and placing early memory allocation after pre-console
buffer at 0xf4000. This should guarantee sufficient memory allocation for
future expansion.

Tests passed: 
https://source.denx.de/u-boot/custodians/u-boot-tegra/-/pipelines/25038

---
Changes in  v2:
- memory map of sandbox remapped further as agreed
---

Svyatoslav Ryhel (1):
  sandbox: remap memory load addresses

 arch/sandbox/Kconfig         | 2 +-
 common/Kconfig               | 2 +-
 doc/arch/sandbox/sandbox.rst | 6 +++---
 include/configs/sandbox.h    | 2 +-
 test/lib/kconfig.c           | 8 ++++----
 5 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.43.0

Reply via email to