diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:47:55 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:31 -0600 |
commit | 8981f05c034d26cf0f274358a984487d1b6c603e (patch) | |
tree | 79b6f258e93b42e93b22807984a04b58351799df /arch/arm | |
parent | 4e819950a53244fc881cba5e11978a0a34fb3c76 (diff) | |
download | u-boot-imx-8981f05c034d26cf0f274358a984487d1b6c603e.zip u-boot-imx-8981f05c034d26cf0f274358a984487d1b6c603e.tar.gz u-boot-imx-8981f05c034d26cf0f274358a984487d1b6c603e.tar.bz2 |
ARM: zynq: use "select" instead of default value in defconfig
All the Zynq 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 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1c90d17..588e5ee 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -650,6 +650,7 @@ config ZYNQ bool "Xilinx Zynq Platform" select CPU_V7 select SUPPORT_SPL + select DM config TARGET_XILINX_ZYNQMP bool "Support Xilinx ZynqMP Platform" |