]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: zynq: fix environment command syntax
authorMelin Tomas <tomas.melin@vaisala.com>
Wed, 10 Apr 2019 07:26:07 +0000 (07:26 +0000)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Apr 2019 09:51:34 +0000 (11:51 +0200)
commit3ba797dc30b59ad8ceea5f90d54dee84898e5377
treea722cc782b5a219971af0d930db318400ecfa14e
parentf29a365a0b22355b3b9fa507467961228defab9c
ARM: zynq: fix environment command syntax

Update EXTRA_ENV_SETTINGS and related commands to use 'setenv'
instead of short name 'set' in commands.

E.g. in case command setexpr is enabled the short form does not work
properly as the name becomes ambigous.

Fixes error messages like:

    U-Boot> set
    Unknown command 'set' - try 'help'

Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h