commit | 7f0836a1105de86ef1b4ffdd608ebfe21504cb44 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovpanait@gmail.com> | Sun May 08 13:01:42 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 17:47:16 2022 -0400 |
tree | 2086fe9b0abcdc1c69a1566363e3075ad3a2779b | |
parent | c5ef2025579e91f132cd3cead8ebe8b4cd5dd2b6 [diff] |
cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS() 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 <ovpanait@gmail.com>