aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-05-12 06:25:25 +0200
committerLeo Yu-Chi Liang <ycliang@andestech.com>2024-05-14 18:40:10 +0800
commit215dc02aeed96dcc78f9b23f6b81e50a61b2d8bd (patch)
tree5798d57fb0472c66f043dbc6ae781477e25f4879
parent5b3a9fb53d8f0d36dc5f28e70f8ee8f797d0dbe6 (diff)
downloadu-boot-215dc02aeed96dcc78f9b23f6b81e50a61b2d8bd.zip
u-boot-215dc02aeed96dcc78f9b23f6b81e50a61b2d8bd.tar.gz
u-boot-215dc02aeed96dcc78f9b23f6b81e50a61b2d8bd.tar.bz2
configs: visionfive2: enable SPL_YMODEM_SUPPORT
We can use U-Boot for recovering JH7110 based boards via UART if CONFIG_SPL_YMODEM_SUPPORT=y. * Send u-boot-spl.normal.out via XMODEM. * Send u-boot.itb via YMODEM. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: E. Shattow <lucent@gmail.com>
-rw-r--r--configs/starfive_visionfive2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index 3bbd1db..174ac24 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -62,6 +62,7 @@ CONFIG_SPL_I2C=y
CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_DM_RESET=y
CONFIG_SPL_SPI_LOAD=y
+CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_SYS_PROMPT="StarFive # "
CONFIG_CMD_EEPROM=y
CONFIG_SYS_EEPROM_SIZE=512