mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 12:08:56 +01:00
ARM: bav335x: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1d9aa3e5aa
commit
93a3538236
3 changed files with 2 additions and 6 deletions
|
|
@ -406,6 +406,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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue