git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd48a21
)
samsung: snow: Use BLOBLIST_FIXED
author
Simon Glass
<sjg@chromium.org>
Wed, 26 Feb 2025 16:26:15 +0000
(09:26 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 4 Mar 2025 14:22:10 +0000
(08:22 -0600)
Snow requires a fixed bloblist to operate, so re-enable this option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes:
864106f3c47
("bloblist: Make BLOBLIST_ALLOC the default")
configs/snow_defconfig
patch
|
blob
|
history
diff --git
a/configs/snow_defconfig
b/configs/snow_defconfig
index
7a1dc80
..
f9fd76d
100644
(file)
--- a/
configs/snow_defconfig
+++ b/
configs/snow_defconfig
@@
-33,7
+33,9
@@
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_PBSIZE=1024
CONFIG_SILENT_CONSOLE=y
CONFIG_BLOBLIST=y
+CONFIG_BLOBLIST_FIXED=y
# CONFIG_SPL_BLOBLIST is not set
+CONFIG_BLOBLIST_ADDR=0x43d00000
# CONFIG_SPL_FRAMEWORK is not set
CONFIG_SPL_FOOTPRINT_LIMIT=y
CONFIG_SPL_MAX_FOOTPRINT=0x3800