]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: bav335x: use "select" instead of default value in defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Mar 2015 03:48:00 +0000 (12:48 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:56:14 +0000 (21:56 +0200)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
configs/birdland_bav335a_defconfig
configs/birdland_bav335b_defconfig

index 9f631d81c4a29e5026ddccf98554ed9d63e323af..8c96ff8dd44f58314ef7b929c6c1ec8a139b9476 100644 (file)
@@ -489,6 +489,8 @@ config TARGET_BAV335X
        bool "Support bav335x"
        select CPU_V7
        select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
        help
          The BAV335x OEM Network Processor integrates all the functions of an
          embedded network computer in a small, easy to use SODIMM module which
index 54ac4d102413d600661ecb6bc9d69f3cf8352ffc..43a4206457bcbd68d8e7f6d7d16afbd97ed57a0e 100644 (file)
@@ -1,8 +1,5 @@
 CONFIG_ARM=y
 CONFIG_TARGET_BAV335X=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
-CONFIG_SYS_MALLOC_F=y
 CONFIG_BAV_VERSION=1
 CONFIG_SPL=y
 CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
index 90465538787c8ccccd0ef5ca50abbea50b9e686e..7206e8ee687fd91f3d3b43c26c3e6978697a49f7 100644 (file)
@@ -1,8 +1,5 @@
 CONFIG_ARM=y
 CONFIG_TARGET_BAV335X=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
-CONFIG_SYS_MALLOC_F=y
 CONFIG_BAV_VERSION=2
 CONFIG_SPL=y
 CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"