summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-07 08:26:10 -0600
committerTom Rini <[email protected]>2025-11-07 08:26:10 -0600
commitb660df558545b42f7257899807b83cfc620b2983 (patch)
treebca942b3912681010f038bf154d154482d6be4e5 /common
parentfdf36c2e9ad4f770ee951398a86bd55404d9b7ec (diff)
parent0408ae531fe8ad01b9b788181fc5b91e0a527b42 (diff)
Merge tag 'mmc-master-2025-11-07' of https://source.denx.de/u-boot/custodians/u-boot-mmc
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/28218 - Disabling FMP on Exynos850 to make eMMC functional when U-Boot is executed during USB boot - Drop extra included errno.h
Diffstat (limited to 'common')
-rw-r--r--common/spl/spl_mmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c
index 0a00d295575..d8ce3a84614 100644
--- a/common/spl/spl_mmc.c
+++ b/common/spl/spl_mmc.c
@@ -12,7 +12,6 @@
#include <spl_load.h>
#include <linux/compiler.h>
#include <errno.h>
-#include <errno.h>
#include <mmc.h>
#include <image.h>
#include <imx_container.h>