Re: [PATCH] cmd: version: Get information about GCC and LD back

2025-03-11 Thread Tom Rini
On Mon, Mar 10, 2025 at 08:49:32AM +0100, Michal Simek wrote: > > > On 3/6/25 15:12, Michal Simek wrote: > > > > > > On 3/6/25 15:02, Tom Rini wrote: > > > On Thu, Mar 06, 2025 at 11:12:30AM +0100, Michal Simek wrote: > > > > U-Boot version command is no longer showing information about GCC and

Re: [PATCH] cmd: version: Get information about GCC and LD back

2025-03-10 Thread Michal Simek
On 3/6/25 15:12, Michal Simek wrote: On 3/6/25 15:02, Tom Rini wrote: On Thu, Mar 06, 2025 at 11:12:30AM +0100, Michal Simek wrote: 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_VE

Re: [PATCH] cmd: version: Get information about GCC and LD back

2025-03-06 Thread Michal Simek
On 3/6/25 15:02, Tom Rini wrote: On Thu, Mar 06, 2025 at 11:12:30AM +0100, Michal Simek wrote: 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 ge

Re: [PATCH] cmd: version: Get information about GCC and LD back

2025-03-06 Thread Tom Rini
On Thu, Mar 06, 2025 at 11:12:30AM +0100, Michal Simek wrote: > 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_au

[PATCH] cmd: version: Get information about GCC and LD back

2025-03-06 Thread Michal Simek
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 ("ve