summaryrefslogtreecommitdiff
path: root/configs/kmopti2_defconfig
diff options
context:
space:
mode:
authorFrancis Laniel <[email protected]>2023-12-22 22:02:44 +0100
committerTom Rini <[email protected]>2023-12-28 12:02:56 -0500
commit2a58783f9495ae3512937a8a035c9d6452401e46 (patch)
treedb7cbe7f910091f1d7592ea11cd7db22bb9d8cb8 /configs/kmopti2_defconfig
parent78912cfde281146d28254b230ecaa9b06722e6ff (diff)
configs: Use old hush for several boards
The keymile board family is not compatible with modern hush parser. Indeed, This boards used set_local_var() to store some variables as local shell. They then used get_local_var() to retrieve the variables values. Sadly, this two functions do not exist with CONFIG_HUSH_MODERN_PARSER. A patch was proposed to use environment variables rather than local variables but it does not tackle the problem, so complementary work is needed to make this boards use CONFIG_HUSH_MODERN_PARSER. Also, with CONFIG_HUSH_MODERN_PARSER, kirkwoord sheevaplug and phytec bk4r1 hit their board limits, so better to stick with old hush. Cc: Holger Brunck <[email protected]> Link: https://marc.info/?l=u-boot&m=165541917618725&w=2 Signed-off-by: Francis Laniel <[email protected]>
Diffstat (limited to 'configs/kmopti2_defconfig')
-rw-r--r--configs/kmopti2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmopti2_defconfig b/configs/kmopti2_defconfig
index c6c021addef..08c7602f5d3 100644
--- a/configs/kmopti2_defconfig
+++ b/configs/kmopti2_defconfig
@@ -183,3 +183,4 @@ CONFIG_QE_UEC=y
# CONFIG_PINCTRL_FULL is not set
CONFIG_QE=y
CONFIG_SYS_NS16550=y
+CONFIG_HUSH_OLD_PARSER=y