]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: move MMC code to a separate file
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Feb 2017 16:24:24 +0000 (01:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
commit94e7aeb8b3e6746ed5066cb860d678c8419d9b01
tree3f69f34b0544fc1b967d3d25ba1926a96dd28a01
parent83b107293c7701df4257b2e87adaf544fefb66a0
ARM: uniphier: move MMC code to a separate file

Currently, arch/arm/mach-uniphier/boot-mode/boot-mode.c is messed up
with unrelated code; there is no reason why the "mmcsetn" command
must be placed in this file.

Split out the MMC code into arch/arm/mach-uniphier/mmc-first-dev.c.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/Makefile
arch/arm/mach-uniphier/boot-mode/boot-mode.c
arch/arm/mach-uniphier/mmc-first-dev.c [new file with mode: 0644]