On Sat, 8 Mar 2025 at 15:52, Svyatoslav Ryhel <[email protected]> wrote: > > 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. > > Signed-off-by: Svyatoslav Ryhel <[email protected]> > --- > 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(-) >
Reviewed-by: Simon Glass <[email protected]>

