We need to enable CONFIG_BLOBLIST_PASSAGE sand CONFIG_PASSAGE_IN so that
U-Boot is built with support for accepting an incoming standard passage.

Update the defconfig accordingly.

Signed-off-by: Simon Glass <s...@chromium.org>
---

Changes in v4:
- Add new patch to update vexpress_fvp to use the new Kconfig options

 configs/vexpress_fvp_bloblist_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/vexpress_fvp_bloblist_defconfig 
b/configs/vexpress_fvp_bloblist_defconfig
index 4d52b96202b..fd5f91bc039 100644
--- a/configs/vexpress_fvp_bloblist_defconfig
+++ b/configs/vexpress_fvp_bloblist_defconfig
@@ -3,3 +3,5 @@
 CONFIG_BLOBLIST=y
 CONFIG_BLOBLIST_PASSAGE_MANDATORY=y
 CONFIG_BLOBLIST_SIZE_RELOC=0x10000
+CONFIG_BLOBLIST_PASSAGE=y
+CONFIG_PASSAGE_IN=y
-- 
2.43.0

Reply via email to