mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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: 864106f3c4
("bloblist: Make BLOBLIST_ALLOC the default")
This commit is contained in:
parent
cd48a21dbd
commit
3ff97659ae
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue