summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-28 10:30:46 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-28 10:36:13 +0100
commit7f2144eff1ce34eeb7fdfb195f03c209b134cf0e (patch)
treee637cb0387ba8d1ae8bba4f2bef6053a8ec2f2af
parent552bfa1491cdf4998311fed86a2acf13ba9a7d9a (diff)
u-boot-toradex: mainline: Remove HUSH_OLD_PARSER cfg fragment
The problematic change was reverted in mainline, commit 3c3a73424e6d ("Revert "cmd: Set modern hush as default shell""), remove the workaround so we know in case it break again. Related-to: ELB-5543 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg2
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_mainline.bb1
2 files changed, 0 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg b/recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg
deleted file mode 100644
index b5f407b..0000000
--- a/recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_HUSH_OLD_PARSER=y
-CONFIG_HUSH_MODERN_PARSER=n \ No newline at end of file
diff --git a/recipes-bsp/u-boot/u-boot-toradex_mainline.bb b/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
index a151efc..7a1ea74 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
@@ -8,7 +8,6 @@ require u-boot-toradex-common.inc
SRCREV = "${AUTOREV}"
# patches which are not (yet) in the latest master
TDX_PATCHES = " \
- file://use_hash_old_parser.cfg \
"