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

2025-03-17 Thread Tom Rini
On Thu, 06 Mar 2025 11:12:30 +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_autogen

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

2025-03-17 Thread Tom Rini
On Mon, Mar 17, 2025 at 10:48:57AM +0100, Michal Simek wrote: > Hi Tom, > > On 3/10/25 14:56, Tom Rini wrote: > > 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: > > >

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

2025-03-17 Thread Michal Simek
Hi Tom, On 3/10/25 14:56, Tom Rini wrote: 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 informat

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