On Sun, May 08, 2022 at 01:01:42PM +0300, Ovidiu Panait wrote:
> Migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS() helper macro, to reduce
> duplicated code. We can also drop the CONFIG_NEEDS_MANUAL_RELOC exception,
> as the command list is updated post relocation in board_r.c initcall
> initr_m
Migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS() helper macro, to reduce
duplicated code. We can also drop the CONFIG_NEEDS_MANUAL_RELOC exception,
as the command list is updated post relocation in board_r.c initcall
initr_manual_reloc_cmdtable().
Signed-off-by: Ovidiu Panait
---
cmd/dm.c |
2 matches
Mail list logo