From patchwork Tue Mar 31 03:48:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 456468 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id D22C6140077 for ; Tue, 31 Mar 2015 14:50:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A336B4B62B; Tue, 31 Mar 2015 05:49:49 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qIK8rZY2U5oq; Tue, 31 Mar 2015 05:49:49 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5B2D94B65B; Tue, 31 Mar 2015 05:49:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 81593A7420 for ; Tue, 31 Mar 2015 05:48:59 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K2NDhZEYOjnA for ; Tue, 31 Mar 2015 05:48:59 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg010-v.nifty.com (conuserg010.nifty.com [202.248.44.36]) by theia.denx.de (Postfix) with ESMTPS id 2F2B44B62C for ; Tue, 31 Mar 2015 05:48:57 +0200 (CEST) Received: from beagle.diag.org (KD106154048242.au-net.ne.jp [106.154.48.242]) (authenticated) by conuserg010-v.nifty.com with ESMTP id t2V3lvVT025339; Tue, 31 Mar 2015 12:48:32 +0900 X-Nifty-SrcIP: [106.154.48.242] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 31 Mar 2015 12:48:03 +0900 Message-Id: <1427773686-9790-13-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1427773686-9790-1-git-send-email-yamada.masahiro@socionext.com> References: <1427773686-9790-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini , Kim Phillips , Kumar Gala , Stefan Roese , Andy Fleming Subject: [U-Boot] [PATCH 12/12] powerpc: ids8313: use "select" instead of default value in defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- arch/powerpc/cpu/mpc83xx/Kconfig | 1 + configs/ids8313_defconfig | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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