aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-05-08 10:13:32 +0530
committerTom Rini <trini@konsulko.com>2023-06-01 12:32:03 -0400
commit703da6d7076134c34a6d2a1805bac1ecdc5e1792 (patch)
tree10dfe80186dfc53065f004c7d2d30db79b8f1c86
parent8bfce2f9989fe15ca5f50ad74c6f315e14ad843f (diff)
downloadu-boot-703da6d7076134c34a6d2a1805bac1ecdc5e1792.zip
u-boot-703da6d7076134c34a6d2a1805bac1ecdc5e1792.tar.gz
u-boot-703da6d7076134c34a6d2a1805bac1ecdc5e1792.tar.bz2
configs: am62ax_evm_a53_defconfig: Enable YMODEM support at A53 SPL
This is required for UART boot flow where u-boot.img needs to be downloaded via YMODEM. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
-rw-r--r--configs/am62ax_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 41fa6f3..76ec5ed 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -35,6 +35,7 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400
CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img"
CONFIG_SPL_DM_MAILBOX=y
CONFIG_SPL_POWER_DOMAIN=y
+CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_CMD_MMC=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y