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>
13 lines
294 B
Plaintext
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
|