mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
arm: spring: fix alias of mmc correctly
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
2f43135551
commit
972d8576d2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
spi2 = "/spi@12d40000";
|
||||
spi3 = "/spi@131a0000";
|
||||
spi4 = "/spi@131b0000";
|
||||
mmc0 = "/mmc@12000000";
|
||||
mmc0 = "/mmc@12200000";
|
||||
serial0 = "/serial@12C30000";
|
||||
console = "/serial@12C30000";
|
||||
i2s = "/sound@3830000";
|
||||
|
|
Loading…
Reference in a new issue