mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
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: 54ecce2cbf
("version: Separate our version string from the version command")
Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
3e806c41aa
commit
ca3bea3fc4
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <command.h>
|
||||
#include <display_options.h>
|
||||
#include <version.h>
|
||||
#include <version_string.h>
|
||||
#include <linux/compiler.h>
|
||||
#ifdef CONFIG_SYS_COREBOOT
|
||||
|
|
Loading…
Add table
Reference in a new issue