cmd: version: Get information about GCC and LD back
authorMichal Simek <michal.simek@amd.com>
Thu, 6 Mar 2025 10:12:30 +0000 (11:12 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 17 Mar 2025 14:06:53 +0000 (08:06 -0600)
commitca3bea3fc415ce40dc58f1bea9327f6fa12928bb
tree9bf997a597bf225c93a53781b997cbf4025e4536
parent3e806c41aa1d22a0c40a284a14a3804d2a930f22
cmd: version: Get information about GCC and LD back

U-Boot version command is no longer showing information about GCC and LD.
The reason is that version.h has been removed that's why CC_VERSION_STRING
and LD_VERSION_STRING are not pass.
Values are generated to generated/version_autogenerated.h which is sourced
in version.h.

Fixes: 54ecce2cbf90 ("version: Separate our version string from the version command")
Signed-off-by: Michal Simek <michal.simek@amd.com>
cmd/version.c