"Das U-Boot" Source Tree

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>

authored by

Michal Simek and committed by
Tom Rini
ca3bea3f 3e806c41

+1
+1
cmd/version.c
··· 6 6 7 7 #include <command.h> 8 8 #include <display_options.h> 9 + #include <version.h> 9 10 #include <version_string.h> 10 11 #include <linux/compiler.h> 11 12 #ifdef CONFIG_SYS_COREBOOT