arc: Update variables substitutions in u-boot env files
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>
Mon, 9 Jul 2018 09:31:30 +0000 (12:31 +0300)
committerJohn Crispin <john@phrozen.org>
Thu, 12 Jul 2018 08:24:31 +0000 (10:24 +0200)
commit12915b105a0f9bd773f9b710972e5184f5413d91
tree089b312d3545a1b90ecca0941da60d800cddc764
parentd238c7f99599e697b67f27e5d561d21d2f2eeae7
arc: Update variables substitutions in u-boot env files

In the latest version of u-boot (2018.05) there was a swith to
Hush shell for ARC AXS10x boards(arc770/archs38):
commit 9249d74781e1 ("ARC: AXS10x: Enable hush shell").
In Hush shell using "$()" to declare envitonment variables is forbidden,
instead of this "${}" need to be used.

Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: John Crispin <john@phrozen.org>
target/linux/arc770/image/uEnv.txt
target/linux/archs38/image/uEnv.txt