commit | e4c5b79d03f87d079f35a85ed48907f26e50a491 | [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 | c95a50eab511bbd60314ccf4c6a99e9097ec1978 [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>