summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2025-02-19 16:02:20 -0800
committerTom Rini <[email protected]>2025-02-19 18:49:36 -0600
commit03a76b1a737fc9cf511aa7520999968ec3d2fd78 (patch)
tree5830ed56ee2bfdab347108c90fe0144bb806a08c /configs
parent6799f09069f402a33c9cb202b71e144497bd9b7a (diff)
bloblist: kconfig for mandatory incoming standard passage
In previous commit, incoming standard passage is used by default when initializing the bloblist, so explicitly BLOBLIST_PASSAGE is no more needed. Rename it as BLOBLIST_PASSAGE_MANDATORY to determine the behaviors when an incoming transfer list does not exist or is invalid. When it is selected, incoming standard passage is mandatory and U-Boot will report an error when a valid incoming transfer list is missing. Signed-off-by: Raymond Mao <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/vexpress_fvp_bloblist_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_fvp_bloblist_defconfig b/configs/vexpress_fvp_bloblist_defconfig
index dcc87db8723..4d52b96202b 100644
--- a/configs/vexpress_fvp_bloblist_defconfig
+++ b/configs/vexpress_fvp_bloblist_defconfig
@@ -1,5 +1,5 @@
#include <configs/vexpress_fvp_defconfig>
CONFIG_BLOBLIST=y
-CONFIG_BLOBLIST_PASSAGE=y
+CONFIG_BLOBLIST_PASSAGE_MANDATORY=y
CONFIG_BLOBLIST_SIZE_RELOC=0x10000