History log of /u-boot/common/version.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 54ecce2c 26-Oct-2023 Tom Rini <trini@konsulko.com>

version: Separate our version string from the version command

In order to be able to disable all commands we need to construct our
version string in a common file, and have the version command reference
that string, like the other users of it do. Create common/version.c
with just the strings.

Signed-off-by: Tom Rini <trini@konsulko.com>