"Das U-Boot" Source Tree

samsung: snow: Use BLOBLIST_FIXED

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")

authored by

Simon Glass and committed by
Tom Rini
3ff97659 cd48a21d

+2
+2
configs/snow_defconfig
··· 33 33 CONFIG_SYS_PBSIZE=1024 34 34 CONFIG_SILENT_CONSOLE=y 35 35 CONFIG_BLOBLIST=y 36 + CONFIG_BLOBLIST_FIXED=y 36 37 # CONFIG_SPL_BLOBLIST is not set 38 + CONFIG_BLOBLIST_ADDR=0x43d00000 37 39 # CONFIG_SPL_FRAMEWORK is not set 38 40 CONFIG_SPL_FOOTPRINT_LIMIT=y 39 41 CONFIG_SPL_MAX_FOOTPRINT=0x3800