]> Git Repo - J-u-boot.git/commit - cmd/Makefile
cmd: Move the "dm" command from test/dm/ to cmd/
authorTom Rini <[email protected]>
Sat, 8 Dec 2018 00:00:39 +0000 (19:00 -0500)
committerTom Rini <[email protected]>
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 <[email protected]>
cmd/Makefile
cmd/dm.c [new file with mode: 0644]
test/dm/Makefile
test/dm/cmd_dm.c [deleted file]
This page took 0.035393 seconds and 4 git commands to generate.