From fdfaf72ace05c349045ab2e48731d82b65aa13eb Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 16 Mar 2026 00:51:35 +0100 Subject: [PATCH] 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 --- configs/renesas_rcar.config | 2 ++ 1 file changed, 2 insertions(+) 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