diff mbox series

[U-Boot] configs: am335x_hs_evm_uart: Add YMODEM SPL support for UART boot

Message ID 20181128165606.22874-1-afd@ti.com
State Accepted
Commit 205b010caf8d07e95c49efcbe15cad3fc5c8f31f
Delegated to: Tom Rini
Headers show
Series [U-Boot] configs: am335x_hs_evm_uart: Add YMODEM SPL support for UART boot | expand

Commit Message

Andrew Davis Nov. 28, 2018, 4:56 p.m. UTC
UART booting requires YMODEM support. Add this here.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---

Seems rather obvious, not sure how I missed
when I made this defconfig for usptreaming
in the first place..

 configs/am335x_hs_evm_uart_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Lokesh Vutla Nov. 29, 2018, 5:30 a.m. UTC | #1
On 28/11/18 10:26 PM, Andrew F. Davis wrote:
> UART booting requires YMODEM support. Add this here.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

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

Thanks and regards,
Lokesh
Tom Rini Nov. 29, 2018, 2:19 p.m. UTC | #2
On Wed, Nov 28, 2018 at 10:56:06AM -0600, Andrew F. Davis wrote:

> UART booting requires YMODEM support. Add this here.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Dec. 7, 2018, 8:33 p.m. UTC | #3
On Wed, Nov 28, 2018 at 10:56:06AM -0600, Andrew F. Davis wrote:

> UART booting requires YMODEM support. Add this here.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

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

Patch

diff --git a/configs/am335x_hs_evm_uart_defconfig b/configs/am335x_hs_evm_uart_defconfig
index 379b9580a2..419b41c1ee 100644
--- a/configs/am335x_hs_evm_uart_defconfig
+++ b/configs/am335x_hs_evm_uart_defconfig
@@ -19,7 +19,6 @@  CONFIG_ARCH_MISC_INIT=y
 # CONFIG_SPL_EXT_SUPPORT is not set
 CONFIG_SPL_MTD_SUPPORT=y
 # CONFIG_SPL_NAND_SUPPORT is not set
-# CONFIG_SPL_YMODEM_SUPPORT is not set
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_NAND=y
 # CONFIG_CMD_SETEXPR is not set