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 <[email protected]>
---
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
 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

Reply via email to