Discussion:
[U-Boot] [PATCH] configs: am335x_hs_evm_uart: Add YMODEM SPL support for UART boot
Andrew F. Davis
2018-11-28 16:56:06 UTC
Permalink
UART booting requires YMODEM support. Add this here.

Signed-off-by: Andrew F. Davis <***@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
Lokesh Vutla
2018-11-29 05:30:23 UTC
Permalink
Post by Andrew F. Davis
UART booting requires YMODEM support. Add this here.
Reviewed-by: Lokesh Vutla <***@ti.com>

Thanks and regards,
Lokesh
Tom Rini
2018-11-29 14:19:47 UTC
Permalink
Post by Andrew F. Davis
UART booting requires YMODEM support. Add this here.
Reviewed-by: Tom Rini <***@konsulko.com>
--
Tom
Tom Rini
2018-12-07 20:33:29 UTC
Permalink
Post by Andrew F. Davis
UART booting requires YMODEM support. Add this here.
Applied to u-boot/master, thanks!
--
Tom
Loading...