diff options
author | Yan Liu <yan-liu@ti.com> | 2018-12-17 09:27:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-14 17:41:23 -0500 |
commit | eddb7278d790ceaa4a0e8c578240f999f11737b7 (patch) | |
tree | 745c3ebe5e4a7f132ff3d010043d37f4df029b58 /configs/am57xx_evm_defconfig | |
parent | 6f2d59cb7f16bf5bc169c87fe87de402d9fb8bf8 (diff) |
am57xx_evm_defconfig: Enable YMODEM support
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>
Diffstat (limited to 'configs/am57xx_evm_defconfig')
-rw-r--r-- | configs/am57xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |