diff options
| author | Tom Rini <[email protected]> | 2025-03-12 07:55:47 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-12 07:55:47 -0600 |
| commit | cf1c0f396393c5c641018060bbe86a9dd698fd71 (patch) | |
| tree | 7015c9d706d9c2cea97a500826f9e5c2114f1f49 /common/Kconfig | |
| parent | 8540eba3e030fb1bcd4c6cd2d9b19f4f8ac1fb94 (diff) | |
| parent | da1eb50ca14b648984fa89c69d5e88649cec474b (diff) | |
Merge branch 'graph' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next
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 1d6de8badf7..a1f65559a1b 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1080,7 +1080,7 @@ endchoice config BLOBLIST_ADDR hex "Address of bloblist" - default 0xb000 if SANDBOX + default 0x100 if SANDBOX depends on BLOBLIST_FIXED help Sets the address of the bloblist, set up by the first part of U-Boot |
