commit | c1abd5006c024509fd8b448c4883f7e87493a804 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat May 25 22:50:35 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Jun 14 12:39:50 2019 +0200 |
tree | bb112c3ddd9e31249dd7670293159324c2863de9 | |
parent | de66a4135983f8222a09dfa77852de9ab849fcc5 [diff] |
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>