diff options
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2013-12-03 12:17:34 +0530 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2014-01-08 18:37:41 +0200 |
commit | dae6c6ba95f61326e8012c2fec372a6735ba46b9 (patch) | |
tree | 1cad5885b7e0811f2f19c0c51a7e9e21b28920a3 /include/mmc.h | |
parent | e7be18225fbea76d1f0034b224f0d1e60f07cfcf (diff) | |
download | u-boot-imx-dae6c6ba95f61326e8012c2fec372a6735ba46b9.zip u-boot-imx-dae6c6ba95f61326e8012c2fec372a6735ba46b9.tar.gz u-boot-imx-dae6c6ba95f61326e8012c2fec372a6735ba46b9.tar.bz2 |
include/mmc.h: Remove declaration for spl_mmc_load()
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>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'include/mmc.h')
-rw-r--r-- | include/mmc.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |