diff mbox

[U-Boot,12/12] powerpc: ids8313: use "select" instead of default value in defconfig

Message ID 1427773686-9790-13-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Masahiro Yamada March 31, 2015, 3:48 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/powerpc/cpu/mpc83xx/Kconfig | 1 +
 configs/ids8313_defconfig        | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass April 8, 2015, 2:51 a.m. UTC | #1
On 30 March 2015 at 21:48, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  arch/powerpc/cpu/mpc83xx/Kconfig | 1 +
>  configs/ids8313_defconfig        | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass April 8, 2015, 2:02 p.m. UTC | #2
On 7 April 2015 at 20:51, Simon Glass <sjg@chromium.org> wrote:
> On 30 March 2015 at 21:48, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>>  arch/powerpc/cpu/mpc83xx/Kconfig | 1 +
>>  configs/ids8313_defconfig        | 1 -
>>  2 files changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm/next, thanks!
diff mbox

Patch

diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig
index 4d6cb09..88a3bd6 100644
--- a/arch/powerpc/cpu/mpc83xx/Kconfig
+++ b/arch/powerpc/cpu/mpc83xx/Kconfig
@@ -49,6 +49,7 @@  config TARGET_MPC837XERDB
 
 config TARGET_IDS8313
 	bool "Support ids8313"
+	select DM
 
 config TARGET_KM8360
 	bool "Support km8360"
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig
index 0950ec8..8479cd4 100644
--- a/configs/ids8313_defconfig
+++ b/configs/ids8313_defconfig
@@ -4,4 +4,3 @@  CONFIG_MPC83xx=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_TARGET_IDS8313=y
-CONFIG_DM=y