aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil M Jain <n-jain1@ti.com>2023-07-18 14:27:34 +0530
committerTom Rini <trini@konsulko.com>2023-07-21 15:32:12 -0400
commit1f7682383f4334afc21ea62b072392955d201d62 (patch)
tree14d0a32770d3551ae3d9f86b89bac25ddc372fe1
parent954b0ad4a228112f68cf96522e93f4b30c7b6117 (diff)
downloadu-boot-1f7682383f4334afc21ea62b072392955d201d62.zip
u-boot-1f7682383f4334afc21ea62b072392955d201d62.tar.gz
u-boot-1f7682383f4334afc21ea62b072392955d201d62.tar.bz2
configs: am62x_evm_a53: Add bloblist address
Set bloblist address to 0x80D00000. Signed-off-by: Nikhil M Jain <n-jain1@ti.com> Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
-rw-r--r--configs/am62x_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 7c3bc18..5c572df 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