diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:48:01 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:31 -0600 |
commit | cac0ca76474df846ff6afa21cceea91455a5aabc (patch) | |
tree | 64f7ecb845a3359325713f57a016932d19b0f710 | |
parent | 93a35382368a282eb60b2b5d8bbbd5f3a3b2a1e8 (diff) | |
download | u-boot-imx-cac0ca76474df846ff6afa21cceea91455a5aabc.zip u-boot-imx-cac0ca76474df846ff6afa21cceea91455a5aabc.tar.gz u-boot-imx-cac0ca76474df846ff6afa21cceea91455a5aabc.tar.bz2 |
ARM: stv0991: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/arm/Kconfig | 2 | ||||
-rw-r--r-- | configs/stv0991_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0a0d19f..af2d4f4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -235,6 +235,8 @@ config TARGET_SPEAR600 config TARGET_STV0991 bool "Support stv0991" select CPU_V7 + select DM + select DM_SERIAL config TARGET_X600 bool "Support x600" diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig index e8cf311..1884ac4 100644 --- a/configs/stv0991_defconfig +++ b/configs/stv0991_defconfig @@ -2,5 +2,3 @@ CONFIG_SYS_EXTRA_OPTIONS="stv0991" CONFIG_ARM=y CONFIG_TARGET_STV0991=y CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_DM=y -CONFIG_DM_SERIAL=y |