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

From: "Lad, Prabhakar" prabhakar.csengg@gmail.com
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 prabhakar.csengg@gmail.com --- include/mmc.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/mmc.h b/include/mmc.h index cb558da..8f51c93 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -304,7 +304,6 @@ int board_mmc_getcd(struct mmc *mmc); int mmc_switch_part(int dev_num, unsigned int part_num); int mmc_getcd(struct mmc *mmc); int mmc_getwp(struct mmc *mmc); -void spl_mmc_load(void) __noreturn; /* Function to change the size of boot partition and rpmb partitions */ int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, unsigned long rpmbsize);

Hi Lad,
On Dec 3, 2013, at 8:47 AM, Lad, Prabhakar wrote:
From: "Lad, Prabhakar" prabhakar.csengg@gmail.com
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 prabhakar.csengg@gmail.com
include/mmc.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/mmc.h b/include/mmc.h index cb558da..8f51c93 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -304,7 +304,6 @@ int board_mmc_getcd(struct mmc *mmc); int mmc_switch_part(int dev_num, unsigned int part_num); int mmc_getcd(struct mmc *mmc); int mmc_getwp(struct mmc *mmc); -void spl_mmc_load(void) __noreturn; /* Function to change the size of boot partition and rpmb partitions */ int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, unsigned long rpmbsize); -- 1.7.9.5
Will leave as pending until the main changes land
Regards
-- Pantelis

Hi Lad,
On Dec 3, 2013, at 8:47 AM, Lad, Prabhakar wrote:
From: "Lad, Prabhakar" prabhakar.csengg@gmail.com
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 prabhakar.csengg@gmail.com
include/mmc.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/mmc.h b/include/mmc.h index cb558da..8f51c93 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -304,7 +304,6 @@ int board_mmc_getcd(struct mmc *mmc); int mmc_switch_part(int dev_num, unsigned int part_num); int mmc_getcd(struct mmc *mmc); int mmc_getwp(struct mmc *mmc); -void spl_mmc_load(void) __noreturn; /* Function to change the size of boot partition and rpmb partitions */ int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, unsigned long rpmbsize); -- 1.7.9.5
Acked-by: Pantelis Antoniou panto@antoniou-consulting.com
participants (3)
-
Lad, Prabhakar
-
Pantelis Antoniou
-
Pantelis Antoniou