]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Move the bloblist down a little in memory
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:50 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commitff6c708b999aa8b713e7951b9195c8e743495d8b
treefb64395373da406031eaa11b14fd0562b74e277f
parent97192937bf0edaa4865bc13487ee35e913c6a2c5
sandbox: Move the bloblist down a little in memory

Move this down by 4KB so that it is large enough to hold the devicetree.

Also fix up the devicetree address in the documetation while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Kconfig
doc/arch/sandbox/sandbox.rst
test/lib/kconfig.c