From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 14 May 2017 21:27:57 -0600 Subject: [U-Boot] [PATCH 02/22] mmc: move the MMC startup for version above v4.0 in a separate function In-Reply-To: <1494613000-8156-3-git-send-email-jjhiblot@ti.com> References: <1494613000-8156-1-git-send-email-jjhiblot@ti.com> <1494613000-8156-3-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > no functionnal change. This is only to further reduce the size o > mmc_startup(). > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 316 ++++++++++++++++++++++++++++-------------------------- > 1 file changed, 165 insertions(+), 151 deletions(-) Reviewed-by: Simon Glass