Files
u-boot/configs/vexpress_fvp_bloblist_defconfig
Simon Glass 081c6d079f xferlist: Drop old xferlist code
This is not needed now, as the startup protocol is handled in
arch-specific code early in boot.

Drop BLOBLIST_PASSAGE_MANDATORY as well, as OF_BLOBLIST is enough to
cover this. With standard passage the devicetree is accessed before the
bloblist is inited.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-05-29 19:06:29 +01:00

13 lines
294 B
Plaintext

CONFIG_ARM=y
# CONFIG_ARM64_CRC32 is not set
CONFIG_ARCH_VEXPRESS64=y
CONFIG_BLOBLIST_SIZE_RELOC=0x10000
CONFIG_DEFAULT_DEVICE_TREE="arm_fvp"
CONFIG_IDENT_STRING=" arm_fvp"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_BLOBLIST=y
CONFIG_BLOBLIST_PASSAGE=y
CONFIG_PASSAGE_IN=y
CONFIG_OF_PASSAGE=y