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

Instead of having separate code in the 'sata' 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/sata.c