diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:47:54 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:30 -0600 |
commit | 4e819950a53244fc881cba5e11978a0a34fb3c76 (patch) | |
tree | 44c0066106b30418e3e0f5f3149847eaf187cd44 /configs/ph1_ld4_defconfig | |
parent | 58d423b88e5bc1b6e43aa04a05feccd0e737c061 (diff) | |
download | u-boot-imx-4e819950a53244fc881cba5e11978a0a34fb3c76.zip u-boot-imx-4e819950a53244fc881cba5e11978a0a34fb3c76.tar.gz u-boot-imx-4e819950a53244fc881cba5e11978a0a34fb3c76.tar.bz2 |
ARM: UniPhier: use "select" instead of default value in defconfig
All the UniPhier boards have switch to Driver Model.
"select DM" is better than default value in each defconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ph1_ld4_defconfig')
-rw-r--r-- | configs/ph1_ld4_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/ph1_ld4_defconfig b/configs/ph1_ld4_defconfig index aa1805b..036e2d1 100644 --- a/configs/ph1_ld4_defconfig +++ b/configs/ph1_ld4_defconfig @@ -1,9 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_UNIPHIER=y -CONFIG_DM=y -CONFIG_DM_SERIAL=y CONFIG_SPL_DM=y -CONFIG_DM_I2C=y CONFIG_MACH_PH1_LD4=y CONFIG_PFC_MICRO_SUPPORT_CARD=y CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-ld4-ref" |