Skip to content

Commit 555706c

Browse files
committed
Add support for PING command and enable HUSH parser in u-boot
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
1 parent fc4360b commit 555706c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

u-boot-2023.04/configs/qemu-quard-star_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ CONFIG_SPI_FLASH_ISSI=y
9191
CONFIG_QSPI_BOOT=y
9292
CONFIG_SD_BOOT=y
9393
CONFIG_SPI_BOOT=y
94-
CONFIG_ONENAND_BOOT=y
94+
CONFIG_ONENAND_BOOT=y
95+
CONFIG_CMD_PING=y
96+
CONFIG_HUSH_PARSER=y

0 commit comments

Comments
 (0)