summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-sunxi/mmc.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-07-09 15:31:47 +0200
committerHans de Goede <hdegoede@redhat.com>2016-07-15 15:54:56 +0200
commitef36d9ae1646e5aee7c1425ee507d275699a072e (patch)
tree84c1533f635bcb50635799e6e6e75d9912b73d53 /arch/arm/include/asm/arch-sunxi/mmc.h
parent4a8c7c1f45a25687e08ff98ab27ba664c8fd7b74 (diff)
downloadu-boot-ef36d9ae1646e5aee7c1425ee507d275699a072e.tar.gz
u-boot-ef36d9ae1646e5aee7c1425ee507d275699a072e.tar.xz
u-boot-ef36d9ae1646e5aee7c1425ee507d275699a072e.zip
sunxi: Use BROM stored boot_media value to determine our boot-source
Now that we know that the BROM stores a value indicating the boot-source at the beginning of SRAM, use that instead of trying to recreate the BROM's boot probing. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi/mmc.h')
-rw-r--r--arch/arm/include/asm/arch-sunxi/mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/mmc.h b/arch/arm/include/asm/arch-sunxi/mmc.h
index 3da360b177..cb52e64873 100644
--- a/arch/arm/include/asm/arch-sunxi/mmc.h
+++ b/arch/arm/include/asm/arch-sunxi/mmc.h
@@ -127,5 +127,4 @@ struct sunxi_mmc {
#define SUNXI_MMC_COMMON_RESET (1 << 18)
struct mmc *sunxi_mmc_init(int sdc_no);
-int sunxi_mmc_has_egon_boot_signature(struct mmc *mmc);
#endif /* _SUNXI_MMC_H */