mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
powerpc: ids8313: 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
e621bae808
commit
2ea4cfdef6
2 changed files with 1 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ config TARGET_MPC837XERDB
|
||||||
|
|
||||||
config TARGET_IDS8313
|
config TARGET_IDS8313
|
||||||
bool "Support ids8313"
|
bool "Support ids8313"
|
||||||
|
select DM
|
||||||
|
|
||||||
config TARGET_KM8360
|
config TARGET_KM8360
|
||||||
bool "Support km8360"
|
bool "Support km8360"
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,3 @@ CONFIG_MPC83xx=y
|
||||||
CONFIG_FIT=y
|
CONFIG_FIT=y
|
||||||
CONFIG_FIT_SIGNATURE=y
|
CONFIG_FIT_SIGNATURE=y
|
||||||
CONFIG_TARGET_IDS8313=y
|
CONFIG_TARGET_IDS8313=y
|
||||||
CONFIG_DM=y
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue