]> git.ipfire.org Git - thirdparty/u-boot.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)
commite8f4f1f5d4c95a2ad01893228cc2c102fea3cf98
treea722cc782b5a219971af0d930db318400ecfa14e
parent2aff722629bd7372c2f58dc65e1029440957ae77
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