Hi Marek,
On Mon, 6 Mar 2023 at 12:07, Marek Vasut <[email protected]> wrote: > > On 3/6/23 18:53, Simon Glass wrote: > > Hi Marek, > > > > On Wed, 1 Mar 2023 at 20:04, Marek Vasut > > <[email protected]> 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-off-by: Marek Vasut <[email protected]> > >> --- > >> Cc: Heinrich Schuchardt <[email protected]> > >> Cc: Simon Glass <[email protected]> > >> Cc: Tom Rini <[email protected]> > >> --- > >> cmd/fdt.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> Applied to u-boot-dm/next, thanks!

