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

Andrew F. Davis afd at ti.com
Wed Nov 28 16:56:06 UTC 2018


UART booting requires YMODEM support. Add this here.

Signed-off-by: Andrew F. Davis <afd at 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(-)

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



More information about the U-Boot mailing list