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)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:32:20 +0000 (17:32 +0100)
commitbbbebf5d32ab4cf328603ec2ef3effc3c34df9fb
treee54fee780725457a0a637787b290693183acd029
parent7ea2053999262852425cca1e6239a743964f499e
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>
(backported from 12915b105a0f9bd773f9b710972e5184f5413d91)
target/linux/arc770/image/uEnv.txt
target/linux/archs38/image/uEnv.txt