diff mbox series

configs: am62ax_evm_a53_defconfig: Enable YMODEM support at A53 SPL

Message ID 20230508044332.3591014-1-vigneshr@ti.com
State Accepted
Commit 703da6d7076134c34a6d2a1805bac1ecdc5e1792
Delegated to: Tom Rini
Headers show
Series configs: am62ax_evm_a53_defconfig: Enable YMODEM support at A53 SPL | expand

Commit Message

Raghavendra, Vignesh May 8, 2023, 4:43 a.m. UTC
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>
---
 configs/am62ax_evm_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Bryan Brattlof May 9, 2023, 4:04 p.m. UTC | #1
Hi Vignesh!

On May  8, 2023 thus sayeth Vignesh Raghavendra:
> 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>
> ---
>  configs/am62ax_evm_a53_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Oops I thought I had sent a fix for this... 

Reviewed-by: Bryan Brattlof <bb@ti.com>

~Bryan
Tom Rini June 1, 2023, 7:47 p.m. UTC | #2
On Mon, May 08, 2023 at 10:13:32AM +0530, Vignesh Raghavendra wrote:

> 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>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 41fa6f38aa72..76ec5ed40463 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