diff mbox series

[U-Boot] am57xx_evm_defconfig: Enable YMODEM support

Message ID 1545056879-9367-1-git-send-email-yan-liu@ti.com
State Accepted
Commit eddb7278d790ceaa4a0e8c578240f999f11737b7
Delegated to: Tom Rini
Headers show
Series [U-Boot] am57xx_evm_defconfig: Enable YMODEM support | expand

Commit Message

Liu, Yan Dec. 17, 2018, 2:27 p.m. UTC
From: Yan Liu <yan-liu@ti.com>

Enable CONFIG_SPL_YMODEM_SUPPORT to support UART boot

Signed-off-by: Yan Liu <yan-liu@ti.com>
---
 configs/am57xx_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Lokesh Vutla Dec. 18, 2018, 5:11 a.m. UTC | #1
+Tom

On 17/12/18 7:57 PM, yan-liu@ti.com wrote:
> From: Yan Liu <yan-liu@ti.com>
> 
> Enable CONFIG_SPL_YMODEM_SUPPORT to support UART boot
> 
> Signed-off-by: Yan Liu <yan-liu@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
>   configs/am57xx_evm_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
> index aa82830..cc814a8 100644
> --- a/configs/am57xx_evm_defconfig
> +++ b/configs/am57xx_evm_defconfig
> @@ -25,6 +25,7 @@ CONFIG_SPL_DMA_SUPPORT=y
>   # CONFIG_SPL_NAND_SUPPORT is not set
>   CONFIG_SPL_OS_BOOT=y
>   CONFIG_SPL_SPI_LOAD=y
> +CONFIG_SPL_YMODEM_SUPPORT=y
>   CONFIG_CMD_SPL=y
>   # CONFIG_CMD_FLASH is not set
>   # CONFIG_CMD_SETEXPR is not set
>
Tom Rini Jan. 16, 2019, 2:40 a.m. UTC | #2
On Mon, Dec 17, 2018 at 09:27:59AM -0500, yan-liu@ti.com wrote:

> From: Yan Liu <yan-liu@ti.com>
> 
> Enable CONFIG_SPL_YMODEM_SUPPORT to support UART boot
> 
> Signed-off-by: Yan Liu <yan-liu@ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

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

Patch

diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index aa82830..cc814a8 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -25,6 +25,7 @@  CONFIG_SPL_DMA_SUPPORT=y
 # CONFIG_SPL_NAND_SUPPORT is not set
 CONFIG_SPL_OS_BOOT=y
 CONFIG_SPL_SPI_LOAD=y
+CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_CMD_SPL=y
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set