diff options
| author | Marek Vasut <[email protected]> | 2026-03-16 00:51:35 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-04-08 19:35:05 +0200 |
| commit | fdfaf72ace05c349045ab2e48731d82b65aa13eb (patch) | |
| tree | eccc9f355f42595fe83854646bc4ae0d0dfa0d79 | |
| parent | a383c9689282269bb9687ec6c115de094c27fa67 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/renesas_rcar.config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
