diff options
author | Heinrich Schuchardt | 2024-05-12 06:25:25 +0200 |
---|---|---|
committer | Leo Yu-Chi Liang | 2024-05-14 18:40:10 +0800 |
commit | 215dc02aeed96dcc78f9b23f6b81e50a61b2d8bd (patch) | |
tree | 5798d57fb0472c66f043dbc6ae781477e25f4879 /configs | |
parent | 5b3a9fb53d8f0d36dc5f28e70f8ee8f797d0dbe6 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/starfive_visionfive2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig index 3bbd1dbd67c..174ac24dc74 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 |