Re: [PATCH v2 2/3] cmd: fdt: allow standalone "fdt move"

2023-02-12 Thread Simon Glass
Hi, On Fri, 10 Feb 2023 11:02:12 + Andre Przywara wrote: > At the moment every subcommand of "fdt", except "addr" itself, requires > the DT address to be set first. We explicitly check for that before even > comparing against the subcommands' string. > This early bailout also affects the "move

Re: [PATCH v2 2/3] cmd: fdt: allow standalone "fdt move"

2023-02-10 Thread Lothar Waßmann
Hi, On Fri, 10 Feb 2023 11:02:12 + Andre Przywara wrote: > At the moment every subcommand of "fdt", except "addr" itself, requires > the DT address to be set first. We explicitly check for that before even > comparing against the subcommands' string. > This early bailout also affects the "move

[PATCH v2 2/3] cmd: fdt: allow standalone "fdt move"

2023-02-10 Thread Andre Przywara
At the moment every subcommand of "fdt", except "addr" itself, requires the DT address to be set first. We explicitly check for that before even comparing against the subcommands' string. This early bailout also affects the "move" subcommand, even though that does not require or rely on a previous