]> git.baikalelectronics.ru Git - uboot.git/commit
dm: ide: Adjust the 'ide' command to use blk_common_cmd()
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:34:57 +0000 (11:34 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:16 +0000 (16:44 +0900)
commit6adb85c265ee4f6c133fce02d8991def82101d3d
tree178452112c57f0bdc93a8a61dbee61bdac428476
parentab37c3a4b71fac2dbf7666ab93126b2af38b534c
dm: ide: Adjust the 'ide' command to use blk_common_cmd()

Instead of having separate code in the 'ide' command, adjust it to use
the common function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/ide.c