aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/spl_agilex.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-09 13:10:38 -0400
committerTom Rini <trini@konsulko.com>2021-04-09 13:10:38 -0400
commit92c4eb7ae3e8fe2c2b3c5b37f882b42282a08e84 (patch)
tree2ce9a497994386b4f58861107a792fe69b82577e /arch/arm/mach-socfpga/spl_agilex.c
parenta1e95e3805eacca1162f6049dceb9b1d2726cbf5 (diff)
parent96fe4f6485e92ed9da464c96c5f536698c5ee66d (diff)
Merge branch 'v2021.07-rc1' of https://github.com/lftan/u-boot
Diffstat (limited to 'arch/arm/mach-socfpga/spl_agilex.c')
-rw-r--r--arch/arm/mach-socfpga/spl_agilex.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-socfpga/spl_agilex.c b/arch/arm/mach-socfpga/spl_agilex.c
index 71b17ce3a5..ee5a9dc1e2 100644
--- a/arch/arm/mach-socfpga/spl_agilex.c
+++ b/arch/arm/mach-socfpga/spl_agilex.c
@@ -25,22 +25,6 @@
DECLARE_GLOBAL_DATA_PTR;
-u32 spl_boot_device(void)
-{
- return BOOT_DEVICE_MMC1;
-}
-
-#ifdef CONFIG_SPL_MMC_SUPPORT
-u32 spl_mmc_boot_mode(const u32 boot_device)
-{
-#if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_FS_EXT4)
- return MMCSD_MODE_FS;
-#else
- return MMCSD_MODE_RAW;
-#endif
-}
-#endif
-
void board_init_f(ulong dummy)
{
int ret;