From patchwork Mon Dec 15 14:19:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 421212 X-Patchwork-Delegate: sr@denx.de 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 2350814003E for ; Tue, 16 Dec 2014 01:20:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C37004B994; Mon, 15 Dec 2014 15:20:42 +0100 (CET) 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 bbB76Bwf1ZiQ; Mon, 15 Dec 2014 15:20:42 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8D4594B996; Mon, 15 Dec 2014 15:20:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B6E414B98F for ; Mon, 15 Dec 2014 15:20:22 +0100 (CET) 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 Ncc3YHg4OGYc for ; Mon, 15 Dec 2014 15:20:22 +0100 (CET) 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 mail-yk0-f201.google.com (mail-yk0-f201.google.com [209.85.160.201]) by theia.denx.de (Postfix) with ESMTPS id 674624B981 for ; Mon, 15 Dec 2014 15:20:18 +0100 (CET) Received: by mail-yk0-f201.google.com with SMTP id 142so637445ykq.0 for ; Mon, 15 Dec 2014 06:20:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fuElIHsA5U0NTC8auKpLKr8z2jV6vcXrvdKDwj7HfbI=; b=EcwtUY202SuFVshuxvjR0T/2e344efWqWtznOn0KNk0wMRr70QQAIe6Ykz3sxJNNmX 9gJpxI9KCNnTgqUrOI1U+mreW/FT6TONm3/3+6OM5rwgNMY4BjdegHLQvWmedUf7rfM3 PPIASC/wS6QVFUg28WJJ7p+218Ka3Dcy4OT3+Sw0c+2cH6m7Gv6zoboASrteL7t6KJBt V1/GynGh2nj7PMrBa+cqR9aOgajTBXGUtK+CqqEEWbIEHRHxdwhYiQOxK+MYPmRNNMbv fB+ApD9ufh8fCxnGYoErPB/UDeHzCJdmdmp63A8J9Ck9ZGP2MgLXBkvLRAxIoJezbZLz 1v3A== X-Gm-Message-State: ALoCoQms/t0VPQ5a2Pl9F+kTV4ZPuJvEfyLT3b86OLYAWc4vgMLZvUO3uTZp7to7HjXiBUqLNlDm X-Received: by 10.236.31.33 with SMTP id l21mr26538726yha.20.1418653217348; Mon, 15 Dec 2014 06:20:17 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id 5si469917yhd.6.2014.12.15.06.20.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Dec 2014 06:20:17 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id NzrCF0Q2.1; Mon, 15 Dec 2014 06:20:17 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 7D482220C85; Mon, 15 Dec 2014 07:20:16 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Mon, 15 Dec 2014 07:19:37 -0700 Message-Id: <1418653194-16873-3-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1418653194-16873-1-git-send-email-sjg@chromium.org> References: <1418653194-16873-1-git-send-email-sjg@chromium.org> Cc: Kim Phillips , Kumar Gala , Andy Fleming , Stefan Roese Subject: [U-Boot] [PATCH 02/19] powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Enable this in the Kconfig so that PowerPC boards can use device tree to configure U-Boot. Signed-off-by: Simon Glass --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index f63cc5a..67e99e9 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -39,6 +39,7 @@ config OPENRISC config PPC bool "PowerPC architecture" select HAVE_PRIVATE_LIBGCC + select SUPPORT_OF_CONTROL config SANDBOX bool "Sandbox"