From: Marek Vasut Date: Sun, 15 Mar 2026 23:51:35 +0000 (+0100) Subject: arm: renesas: Enable modern HUSH parser on all R-Car systems X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfaf72ace05c349045ab2e48731d82b65aa13eb;p=thirdparty%2Fu-boot.git arm: renesas: Enable modern HUSH parser on all R-Car systems Enable modern HUSH parser on all Renesas R-Car systems. This replaces the old HUSH parser and includes matching updates to the command line parser. No functional change expected. Signed-off-by: Marek Vasut --- diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config index b3107d79b0e..1835eb1357f 100644 --- a/configs/renesas_rcar.config +++ b/configs/renesas_rcar.config @@ -21,6 +21,8 @@ CONFIG_DM_SPI_FLASH=y CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_FIT=y CONFIG_HUSH_PARSER=y +# CONFIG_HUSH_OLD_PARSER is not set +CONFIG_HUSH_MODERN_PARSER=y CONFIG_MTD=y CONFIG_OF_CONTROL=y CONFIG_PROT_TCP_SACK=y