From 7f2144eff1ce34eeb7fdfb195f03c209b134cf0e Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Thu, 28 Mar 2024 10:30:46 +0100 Subject: 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 --- recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg | 2 -- recipes-bsp/u-boot/u-boot-toradex_mainline.bb | 1 - 2 files changed, 3 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg 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 \ " -- cgit v1.2.3