summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.bb2
2 files changed, 4 insertions, 0 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
new file mode 100644
index 0000000..b5f407b
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-toradex/use_hash_old_parser.cfg
@@ -0,0 +1,2 @@
+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 1624697..a151efc 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
@@ -8,6 +8,8 @@ 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 \
"
+
DEFAULT_PREFERENCE = "-1"