Re: [PATCH] cmd: fdt: Drop the 0x prefix

2023-03-10 Thread Simon Glass
Hi Marek, On Mon, 6 Mar 2023 at 12:07, Marek Vasut wrote: > > On 3/6/23 18:53, Simon Glass wrote: > > Hi Marek, > > > > On Wed, 1 Mar 2023 at 20:04, Marek Vasut > > wrote: > >> > >> The 'fdt get addr' is always assumed to be hex value, drop the prefix. > >> Since this might break existing users

Re: [PATCH] cmd: fdt: Drop the 0x prefix

2023-03-06 Thread Simon Glass
Hi Marek, On Mon, 6 Mar 2023 at 12:07, Marek Vasut wrote: > > On 3/6/23 18:53, Simon Glass wrote: > > Hi Marek, > > > > On Wed, 1 Mar 2023 at 20:04, Marek Vasut > > wrote: > >> > >> The 'fdt get addr' is always assumed to be hex value, drop the prefix. > >> Since this might break existing users

Re: [PATCH] cmd: fdt: Drop the 0x prefix

2023-03-06 Thread Marek Vasut
On 3/6/23 18:53, Simon Glass wrote: Hi Marek, On Wed, 1 Mar 2023 at 20:04, Marek Vasut wrote: The 'fdt get addr' is always assumed to be hex value, drop the prefix. Since this might break existing users who depend on the existing behavior with 0x prefix, this is a separate patch. Revert if th

Re: [PATCH] cmd: fdt: Drop the 0x prefix

2023-03-06 Thread Simon Glass
Hi Marek, On Wed, 1 Mar 2023 at 20:04, Marek Vasut wrote: > > The 'fdt get addr' is always assumed to be hex value, drop the prefix. > Since this might break existing users who depend on the existing > behavior with 0x prefix, this is a separate patch. Revert if this > breaks anything. > > Signed

[PATCH] cmd: fdt: Drop the 0x prefix

2023-03-01 Thread Marek Vasut
The 'fdt get addr' is always assumed to be hex value, drop the prefix. Since this might break existing users who depend on the existing behavior with 0x prefix, this is a separate patch. Revert if this breaks anything. Signed-off-by: Marek Vasut --- Cc: Heinrich Schuchardt Cc: Simon Glass Cc: T