spl: dfu: Fix printed variable name
authorMarek Vasut <marex@denx.de>
Sat, 25 May 2019 20:50:35 +0000 (22:50 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 14 Jun 2019 10:39:50 +0000 (12:39 +0200)
commit634931fea542fc59cf7537b6c2c163942a6ccd15
treebb112c3ddd9e31249dd7670293159324c2863de9
parentc2ea87883ef309570c8903e6de4b8b78685d73d0
spl: dfu: Fix printed variable name

The SPL DFU uses dfu_alt_info_N variable name to determine the DFU
configuration, where N is the name of the media (e.g. ram). It does
not use the plain dfu_alt_info. Print the name of the missing env
variable in case of a failure instead of printing dfu_alt_info,
which is just the name of the parameter passed to spl_dfu_cmd().

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
common/spl/spl_dfu.c