commit | 84d46e7e8948780d7ca20c24dfc7b653b900f728 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Thu Oct 26 14:57:53 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 06 09:58:59 2017 -0500 |
tree | dc7ccfc615e5fff655d3981165ba181bde182489 | |
parent | 8ec87df3762f27bbd77fb28474d1e46ad23c9e28 [diff] |
tools: env: allow to print U-Boot version The fw_env utility family has a default environment compiled in which ties it quite strongly to the U-Boot source/config it has been built with. Allow to display the U-Boot version it has been built with using the -v/--version argument. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>