]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_mmc.c: Drop open/close mmc sub-commands
authorTom Rini <trini@ti.com>
Wed, 5 Feb 2014 15:24:23 +0000 (10:24 -0500)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Fri, 7 Feb 2014 16:17:49 +0000 (18:17 +0200)
commit614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d
tree64bcd00967e3d7dba76f39f5a2055b93c66740ae
parent5a99b9de1a845bf254292ae4730633e6ca8a29c7
cmd_mmc.c: Drop open/close mmc sub-commands

The open and close mmc sub-commands implement a hard-coded set of values
specific to the SMDK5250 platform.  Remove these commands as what they
did can be done instead with a series of mmc dev / bootpart / bootbus
commands instead now.

Cc: Amar <amarendra.xt@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
common/cmd_mmc.c
drivers/mmc/mmc.c
include/mmc.h