diff options
| author | Simon Glass <[email protected]> | 2023-09-26 08:14:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-06 14:38:13 -0400 |
| commit | ff6c708b999aa8b713e7951b9195c8e743495d8b (patch) | |
| tree | fb64395373da406031eaa11b14fd0562b74e277f /common/Kconfig | |
| parent | 97192937bf0edaa4865bc13487ee35e913c6a2c5 (diff) | |
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 <[email protected]>
Diffstat (limited to 'common/Kconfig')
| -rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 21eaa5e815f..5e79b542217 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1012,7 +1012,7 @@ endchoice config BLOBLIST_ADDR hex "Address of bloblist" - default 0xc000 if SANDBOX + default 0xb000 if SANDBOX depends on BLOBLIST_FIXED help Sets the address of the bloblist, set up by the first part of U-Boot |
