From: Nikhil M Jain Date: Tue, 18 Jul 2023 08:57:34 +0000 (+0530) Subject: configs: am62x_evm_a53: Add bloblist address X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1f7682383f4334afc21ea62b072392955d201d62;p=u-boot.git configs: am62x_evm_a53: Add bloblist address Set bloblist address to 0x80D00000. Signed-off-by: Nikhil M Jain Reviewed-by: Devarsh Thakkar --- diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index 7c3bc184cf..5c572dfb33 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -102,3 +102,4 @@ CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_TI_SCI=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 +CONFIG_BLOBLIST_ADDR=0x80D00000