]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: visionfive2: enable SPL_YMODEM_SUPPORT
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 12 May 2024 04:25:25 +0000 (06:25 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 14 May 2024 10:40:10 +0000 (18:40 +0800)
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>
configs/starfive_visionfive2_defconfig

index 3bbd1dbd67c79fa52ecdbf0604bc222b46013d2e..174ac24dc746a12117624fea3c5e94ea47e12fe4 100644 (file)
@@ -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