commit | 28afb86de82ac08606a196321f6b7e8689354eb1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 20 18:14:25 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Apr 24 00:35:34 2018 +0900 |
tree | 81208e13938fd02ce5db0ac4fb8d5aa0751a695d | |
parent | 19989d832ce13fa57388195b8cc28a07cba4cc35 [diff] |
mmc: uniphier-sd: skip clock set-up for SPL The size of SPL is hitting the limit (64KB) for uniphier_v7_defconfig. When booting from SD/eMMC, obviously its clock has been properly set up by the boot ROM. Acutually, no need to re-initialize the clock in SPL. Using a clock driver would generalize the SoC specific code, but solving the memory footprint problem would win. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>