]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sunxi: remove unused CONFIG_MMC_SUNXI_SLOT
authorAndre Przywara <andre.przywara@arm.com>
Mon, 28 Nov 2022 00:03:53 +0000 (00:03 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 14 Dec 2022 22:31:06 +0000 (22:31 +0000)
There is a CONFIG_MMC_SUNXI_SLOT definition in our sunxi_common.h config
header, which was used to note the first MMC controller to initialise.
The definition in that header was always set to 0, with no easy way of
overriding this, and certainly none of the existing boards made any use
of that (non-)feature.
Remove that definition and replace it with a constant 0 in the only
user, in board.c. It turns out that this is safe, as this is only used
in the SPL, and the BROM also unconditionally initialises MMC0.
This also removes the last legacy config symbol with SUN*I in it from
the whitelist.

Reviewed-by: Samuel Holland <samuel@sholland.org>
Tested-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
board/sunxi/board.c
include/configs/sunxi-common.h
scripts/config_whitelist.txt

index 21a2407e062f8ff9d67c45a96414ea9457c47930..4d2491b5a8603abdd6b870932a20350c7035ca4f 100644 (file)
@@ -525,9 +525,14 @@ static void mmc_pinmux_setup(int sdc)
 
 int board_mmc_init(struct bd_info *bis)
 {
+       /*
+        * The BROM always accesses MMC port 0 (typically an SD card), and
+        * most boards seem to have such a slot. The others haven't reported
+        * any problem with unconditionally enabling this in the SPL.
+        */
        if (!IS_ENABLED(CONFIG_UART0_PORT_F)) {
-               mmc_pinmux_setup(CONFIG_MMC_SUNXI_SLOT);
-               if (!sunxi_mmc_init(CONFIG_MMC_SUNXI_SLOT))
+               mmc_pinmux_setup(0);
+               if (!sunxi_mmc_init(0))
                        return -1;
        }
 
index 720768629d67598b3d5ea112bd39c68956cc7c27..e89ad42ce8dfba1154437bb362f37cc0bdee9ce5 100644 (file)
@@ -75,9 +75,6 @@
 #define CONFIG_SYS_NAND_MAX_ECCPOS 1664
 #endif
 
-/* mmc config */
-#define CONFIG_MMC_SUNXI_SLOT          0
-
 /*
  * Miscellaneous configurable options
  */
index c0f55e41a50b10518a099ddf00d5e502ab943b9c..ea71f9d23449f42d4c79a4a0d4be3e17f10474b3 100644 (file)
@@ -153,7 +153,6 @@ CONFIG_MISC_COMMON
 CONFIG_MIU_2BIT_21_7_INTERLEAVED
 CONFIG_MIU_2BIT_INTERLEAVED
 CONFIG_MMC_DEFAULT_DEV
-CONFIG_MMC_SUNXI_SLOT
 CONFIG_MONITOR_IS_IN_RAM
 CONFIG_MPC85XX_FEC
 CONFIG_MPC85XX_FEC_NAME