Re: [PATCH v2 01/14] cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()

2022-06-07 Thread Ovidiu Panait
Hi Michal, On 07.06.2022 11:33, Michal Simek wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] út 31. 5. 2022 v 20:14 odesílatel Ovidiu Panait napsal: Migrate cpu command to use U_BOOT_CMD_WITH_SUBCMDS() helper macro, to reduce duplicated code. This also fixes the cpu comma

Re: [PATCH v2 01/14] cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()

2022-06-07 Thread Michal Simek
út 31. 5. 2022 v 20:14 odesílatel Ovidiu Panait napsal: > > Migrate cpu command to use U_BOOT_CMD_WITH_SUBCMDS() helper macro, to > reduce duplicated code. This also fixes the cpu command on boards that > enable CONFIG_NEEDS_MANUAL_RELOC. > > Signed-off-by: Ovidiu Panait > --- > NOTE: this series

[PATCH v2 01/14] cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()

2022-05-31 Thread Ovidiu Panait
Migrate cpu command to use U_BOOT_CMD_WITH_SUBCMDS() helper macro, to reduce duplicated code. This also fixes the cpu command on boards that enable CONFIG_NEEDS_MANUAL_RELOC. Signed-off-by: Ovidiu Panait --- NOTE: this series depends on the following "events" patch: https://lore.kernel.org/u-boot