mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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 <holger.brunck@hitachienergy.com> Link: https://marc.info/?l=u-boot&m=165541917618725&w=2 Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
This commit is contained in:
parent
78912cfde2
commit
2a58783f94
13 changed files with 13 additions and 0 deletions
|
@ -111,3 +111,4 @@ CONFIG_BCH=y
|
|||
CONFIG_PANIC_HANG=y
|
||||
CONFIG_LZO=y
|
||||
CONFIG_POST=y
|
||||
CONFIG_HUSH_OLD_PARSER=y
|
||||
|
|
|
@ -202,3 +202,4 @@ CONFIG_QE=y
|
|||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_BCH=y
|
||||
CONFIG_POST=y
|
||||
CONFIG_HUSH_OLD_PARSER=y
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -105,3 +105,4 @@ CONFIG_DM_SERIAL=y
|
|||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_LZO=y
|
||||
CONFIG_POST=y
|
||||
CONFIG_HUSH_OLD_PARSER=y
|
||||
|
|
|
@ -103,3 +103,4 @@ CONFIG_DM_SERIAL=y
|
|||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_LZO=y
|
||||
CONFIG_POST=y
|
||||
CONFIG_HUSH_OLD_PARSER=y
|
||||
|
|
|
@ -105,3 +105,4 @@ CONFIG_DM_SERIAL=y
|
|||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_LZO=y
|
||||
CONFIG_POST=y
|
||||
CONFIG_HUSH_OLD_PARSER=y
|
||||
|
|
|
@ -103,3 +103,4 @@ CONFIG_DM_SERIAL=y
|
|||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_LZO=y
|
||||
CONFIG_POST=y
|
||||
CONFIG_HUSH_OLD_PARSER=y
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue