]> git.baikalelectronics.ru Git - uboot.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)
commit3c8be71737bf282c742f7fd23abecf2db3452e4b
treea95f1390ec922adc1de6b9fab927a0f76999edc2
parentfd60e0d71ef6cb4b946d1c24bf67146cd692148d
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 [new file with mode: 0644]
test/dm/Makefile
test/dm/cmd_dm.c [deleted file]