summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-26 09:26:15 -0700
committerTom Rini <[email protected]>2025-03-04 08:22:10 -0600
commit3ff97659ae9ff97aa3de0739b2d32a2d9b689528 (patch)
tree162c9f3769b07c64662fb1d983aa681f02bd20b2
parentcd48a21dbde69053894bfaefa3870f2054c91801 (diff)
samsung: snow: Use BLOBLIST_FIXED
Snow requires a fixed bloblist to operate, so re-enable this option. Signed-off-by: Simon Glass <[email protected]> Fixes: 864106f3c47 ("bloblist: Make BLOBLIST_ALLOC the default")
-rw-r--r--configs/snow_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig
index 7a1dc80b1cc..f9fd76daa67 100644
--- 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