]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: Use old hush for several boards
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:44 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
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 <holger.brunck@hitachienergy.com>
Link: https://marc.info/?l=u-boot&m=165541917618725&w=2
Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
13 files changed:
configs/kmcent2_defconfig
configs/kmcoge5ne_defconfig
configs/kmeter1_defconfig
configs/kmopti2_defconfig
configs/kmsupx5_defconfig
configs/kmtepr2_defconfig
configs/pg_wcom_expu1_defconfig
configs/pg_wcom_expu1_update_defconfig
configs/pg_wcom_seli8_defconfig
configs/pg_wcom_seli8_update_defconfig
configs/socfpga_secu1_defconfig
configs/tuge1_defconfig
configs/tuxx1_defconfig

index 2cf9565fc9dabb0d163cc6b74efae8ec6cfbccb3..ac272b3840ad87a68eb3a5e8ecda7f0832236913 100644 (file)
@@ -111,3 +111,4 @@ CONFIG_BCH=y
 CONFIG_PANIC_HANG=y
 CONFIG_LZO=y
 CONFIG_POST=y
+CONFIG_HUSH_OLD_PARSER=y
index 257ceeca90d789a809d5870b2ab2282dd211a4ac..ace50806901e59dc92d9b240832d1da1f0494878 100644 (file)
@@ -202,3 +202,4 @@ CONFIG_QE=y
 CONFIG_SYS_NS16550=y
 CONFIG_BCH=y
 CONFIG_POST=y
+CONFIG_HUSH_OLD_PARSER=y
index 46e0370e35b206bc87b9cb53f0408675a8cfff45..56b83c085d5cfaa4212e0a5cbc96493932f5ea23 100644 (file)
@@ -173,3 +173,4 @@ CONFIG_DM_ETH_PHY=y
 CONFIG_QE_UEC=y
 CONFIG_QE=y
 CONFIG_SYS_NS16550=y
+CONFIG_HUSH_OLD_PARSER=y
index c6c021addef6328accc5f6d80d12ef73d0d1a300..08c7602f5d3b9e6b57c615b2b273133b9eb1c358 100644 (file)
@@ -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
index 25642e70185b99befa7f88a38449f77c9b20b696..72db26f3209bf946917a1450d8280ffbc9fdc6ba 100644 (file)
@@ -166,3 +166,4 @@ CONFIG_QE_UEC=y
 # CONFIG_PINCTRL_FULL is not set
 CONFIG_QE=y
 CONFIG_SYS_NS16550=y
+CONFIG_HUSH_OLD_PARSER=y
index ea37a290605fe95531716c85da3f016428570dd4..ed908d3c770e77ae36bdb9d0c6d4b91af1f1fffe 100644 (file)
@@ -182,3 +182,4 @@ CONFIG_QE_UEC=y
 # CONFIG_PINCTRL_FULL is not set
 CONFIG_QE=y
 CONFIG_SYS_NS16550=y
+CONFIG_HUSH_OLD_PARSER=y
index 455b439151c59aa5b337841e4af37eb974ff8c7f..0337447f795b6ab7a03b9df53cd44f06ee995ef5 100644 (file)
@@ -105,3 +105,4 @@ CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_LZO=y
 CONFIG_POST=y
+CONFIG_HUSH_OLD_PARSER=y
index 269116cd0d598e8961978b90283a539e9f7be6ad..e5daa306ab50931ec89be50bbe7ab68cfa106c24 100644 (file)
@@ -103,3 +103,4 @@ CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_LZO=y
 CONFIG_POST=y
+CONFIG_HUSH_OLD_PARSER=y
index 678bc100706043e738cb1dc62cc8ac3864c33308..e86a17abdf69700393cbee7e2b257ae137b2fad7 100644 (file)
@@ -105,3 +105,4 @@ CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_LZO=y
 CONFIG_POST=y
+CONFIG_HUSH_OLD_PARSER=y
index 7c7b0019030e399f6402d23c3d45f9b1f4a99a5c..886334a0433c703d2854d522dcbdd27536719d59 100644 (file)
@@ -103,3 +103,4 @@ CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_LZO=y
 CONFIG_POST=y
+CONFIG_HUSH_OLD_PARSER=y
index 6a4106a559e2b79334318bb942ff7505f05f8429..0f8a65c42f2f5800113cbfcf845796ff0a3a774f 100644 (file)
@@ -113,3 +113,4 @@ CONFIG_DESIGNWARE_WATCHDOG=y
 CONFIG_WDT=y
 CONFIG_SYS_TIMER_COUNTS_DOWN=y
 # CONFIG_GZIP is not set
+CONFIG_HUSH_OLD_PARSER=y
index 9ff5d1599f1967707132a0d47f06f5fc86007227..5c4d33235e4e6e423d8c1649c8f9e25e495748e2 100644 (file)
@@ -166,3 +166,4 @@ CONFIG_QE_UEC=y
 # CONFIG_PINCTRL_FULL is not set
 CONFIG_QE=y
 CONFIG_SYS_NS16550=y
+CONFIG_HUSH_OLD_PARSER=y
index 5b33e8fa64fd3e525c1fa92a931ac92a03b0ec05..16b50dd571ccc1538d2b762968135117b7ce27b3 100644 (file)
@@ -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