]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: mmc: display the mode name and current bus speed in the mmc info
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 21 Sep 2017 14:29:56 +0000 (16:29 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:04 +0000 (18:11 +0900)
commit7a96ec74592847cd7bf5664cb72996500ebde92b
tree8ff0c581f833ad36c918a9998f92fd846a300987
parent05038576e0112a1547f1833bc17b70c34ce006bd
cmd: mmc: display the mode name and current bus speed in the mmc info

Display the mode name when the user execute 'mmc info'. Also instead of
displaying tran_speed, display the actual bus speed.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/mmc.c