]> git.baikalelectronics.ru Git - uboot.git/commit
tools: env: allow to print U-Boot version
authorStefan Agner <stefan.agner@toradex.com>
Thu, 26 Oct 2017 12:57:53 +0000 (14:57 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Nov 2017 14:58:59 +0000 (09:58 -0500)
commit93c347c8bcbfa4b06243182d647f3ef85a588cad
treedc7ccfc615e5fff655d3981165ba181bde182489
parentdcfc75905fc7336ae636d67f24379cf92fcf45ce
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>
tools/env/fw_env_main.c