]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: Move the "dm" command from test/dm/ to cmd/
authorTom Rini <trini@konsulko.com>
Sat, 8 Dec 2018 00:00:39 +0000 (19:00 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 15 Dec 2018 16:49:19 +0000 (11:49 -0500)
commit6df41b1cf3f22c8baa3e2919d7607f96c5385c57
treea95f1390ec922adc1de6b9fab927a0f76999edc2
parent4bca32497c09ef53ad669dfa4c413c00321ad7ca
cmd: Move the "dm" command from test/dm/ to cmd/

The "dm" command under CONFIG_CMD_DM should live under cmd/ rather than
test/dm/ so move it.

Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Makefile
cmd/dm.c [moved from test/dm/cmd_dm.c with 100% similarity]
test/dm/Makefile