[U-Boot] [PATCH] include/mmc.h: Remove declaration for spl_mmc_load()

2013-12-02 Thread Lad, Prabhakar
From: "Lad, Prabhakar" The spl_mmc_load() was removed while converting to CONFIG_SPL_FRAMEWORK usage the definition was removed but the declaration was missed. This patch removes this declaration. Signed-off-by: Lad, Prabhakar --- include/mmc.h |1 - 1 file changed, 1 deletion(-) diff --g

Re: [U-Boot] [PATCH] include/mmc.h: Remove declaration for spl_mmc_load()

2013-12-08 Thread Pantelis Antoniou
Hi Lad, On Dec 3, 2013, at 8:47 AM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > The spl_mmc_load() was removed while converting to > CONFIG_SPL_FRAMEWORK usage the definition was removed > but the declaration was missed. This patch removes this > declaration. > > Signed-off-by: Lad, Pra

Re: [U-Boot] [PATCH] include/mmc.h: Remove declaration for spl_mmc_load()

2014-01-08 Thread Pantelis Antoniou
Hi Lad, On Dec 3, 2013, at 8:47 AM, Lad, Prabhakar wrote: > From: "Lad, Prabhakar" > > The spl_mmc_load() was removed while converting to > CONFIG_SPL_FRAMEWORK usage the definition was removed > but the declaration was missed. This patch removes this > declaration. > > Signed-off-by: Lad, Pra