]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cmd: Set modern hush as default shell
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:43 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
cmd/Kconfig

index e25578cde3262aa3905d85ee5107bf708fa2c5f0..26aeeeed03b62090ac5f8f41dc8ab7bfebf48796 100644 (file)
@@ -27,21 +27,17 @@ depends on HUSH_PARSER
 
 config HUSH_OLD_PARSER
        bool "Use hush old parser"
-       default y
        help
          This option enables the old flavor of hush based on hush Busybox from
          2005.
 
-         It is actually the default U-Boot shell when decided to use hush as shell.
-
 config HUSH_MODERN_PARSER
        bool "Use hush modern parser"
+       default y
        help
          This option enables the new flavor of hush based on hush upstream
          Busybox.
 
-         This parser is experimental and not well tested.
-
 config HUSH_SELECTABLE
        bool
        default y if HUSH_OLD_PARSER && HUSH_MODERN_PARSER