]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sunxi: f1c100s: Drop no-MMC hack
authorAndre Przywara <andre.przywara@arm.com>
Fri, 16 Dec 2022 23:55:17 +0000 (23:55 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Sat, 21 Jan 2023 01:32:23 +0000 (01:32 +0000)
When support for the Allwinner F1C100s SoC was originally introduced,
its DT lacked any MMC nodes, which upset our sunxi-u-boot.dtsi overlay,
when it tried to add an alias to the SD card.  To quickly fix this back
then, we guarded that alias with a preprocessor macro.

Now the F1C100s family has gained MMC nodes, so we don't need the
special treatment anymore. Just remove this guard.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
arch/arm/dts/sunxi-u-boot.dtsi

index 2028d5b6a90df227c6990df0c0def5d2c63b4c36..e959eb2a4053f32782cf31d4a8e7128df66df6f5 100644 (file)
@@ -12,9 +12,7 @@
 
 / {
        aliases {
-#ifndef CONFIG_MACH_SUNIV
                mmc0 = &mmc0;
-#endif
 #if CONFIG_MMC_SUNXI_SLOT_EXTRA == 2
                mmc1 = &mmc2;
 #endif