From: Yan Liu Date: Mon, 17 Dec 2018 14:27:59 +0000 (-0500) Subject: am57xx_evm_defconfig: Enable YMODEM support X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=eddb7278d790ceaa4a0e8c578240f999f11737b7;p=u-boot.git am57xx_evm_defconfig: Enable YMODEM support Enable CONFIG_SPL_YMODEM_SUPPORT to support UART boot Signed-off-by: Yan Liu Reviewed-by: Lokesh Vutla --- diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 91293daee7..51dedc6111 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