]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Use '*' to indicate a device is activated
authorSimon Glass <sjg@chromium.org>
Sat, 24 May 2014 21:21:07 +0000 (15:21 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 21 Jun 2014 16:12:43 +0000 (10:12 -0600)
commit4af5b1445c2c17b72f515134d510d37e05a344f1
tree5aab8470a9a278be392c02ad9ba7dfae43509d3e
parent1805bfcad0869da67939af9be44fcb343965d621
dm: Use '*' to indicate a device is activated

Make both dm enumeration commands support showing whether a driver is active
or not, and use a consistent indicator (an asterisk).

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
test/dm/cmd_dm.c