[PATCH] arm: renesas: Enable modern HUSH parser on all R-Car systems
Marek Vasut
marek.vasut+renesas at mailbox.org
Mon Mar 16 00:51:35 CET 2026
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 <marek.vasut+renesas at mailbox.org>
---
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
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
--
2.51.0
More information about the U-Boot
mailing list