mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
This contains the fix to bring back the SD card as MMC0. In the long run we are looking into a more robust solution, but for now we need to fix this, as this breaks the user experience left, right, and centre. Also add the one MAINTAINERS path addition from Samuel.
This commit is contained in:
commit
fa68645b94
2 changed files with 4 additions and 0 deletions
|
@ -478,6 +478,9 @@ F: arch/arm/cpu/armv7/sunxi/
|
|||
F: arch/arm/include/asm/arch-sunxi/
|
||||
F: arch/arm/mach-sunxi/
|
||||
F: board/sunxi/
|
||||
F: drivers/clk/sunxi/
|
||||
F: drivers/phy/allwinner/
|
||||
F: drivers/video/sunxi/
|
||||
|
||||
ARM TEGRA
|
||||
M: Tom Warren <twarren@nvidia.com>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
/ {
|
||||
aliases {
|
||||
mmc0 = &mmc0;
|
||||
mmc1 = &mmc2;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue