commit | d1066bab1f6081648789ab8ebb17ab0ee9f90567 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Aug 28 20:13:17 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Aug 30 22:20:20 2015 +0900 |
tree | 593897c27f73f05f5253f94bf2f8a101968dcfac | |
parent | 348cd2b49c50e787c4dc2a2a2f1462306dee2e9f [diff] [blame] |
ARM: uniphier: select SPL_DM rather than default in defconfig Now UniPhier SoCs highly depend on Driver Model for SPL, too. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a99ae28..5f3af77 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -817,6 +817,7 @@ select SPL select OF_CONTROL select DM + select SPL_DM select DM_SERIAL select DM_I2C help