mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
sunxi: dts: Fix typoed eMMC check
Commit03510bf621
("sunxi: only include alias for eMMC when mmc2 used") protected the eMMC alias in U-Boot's DT stub the with the associated Kconfig symbol, but was actually using the wrong name. Fix the name of the symbol to match what's defined in Kconfig and what the defconfig files actually use. Fixes:03510bf621
("sunxi: only include alias for eMMC when mmc2 used") Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reported-by: 5kft@5kft.org Reviewed-by: Icenowy Zheng <icenowy@aosc.io>
This commit is contained in:
parent
558002a0f2
commit
e32dad292a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
/ {
|
||||
aliases {
|
||||
mmc0 = &mmc0;
|
||||
#if CONFIG_MMC_SUNXI_EXTRA_SLOT == 2
|
||||
#if CONFIG_MMC_SUNXI_SLOT_EXTRA == 2
|
||||
mmc1 = &mmc2;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue