From patchwork Sat Oct 18 07:17:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: DrEagle X-Patchwork-Id: 400656 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 EAB9F1400A0 for ; Sat, 18 Oct 2014 18:17:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 963724B606; Sat, 18 Oct 2014 09:17:27 +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 nET50ugLOF6a; Sat, 18 Oct 2014 09:17:27 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C65C1A73E9; Sat, 18 Oct 2014 09:17:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A2590A73E9 for ; Sat, 18 Oct 2014 09:17:21 +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 EBVxFvYtOBl4 for ; Sat, 18 Oct 2014 09:17:21 +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 milenium.gk2.net (louche.gk2.net [88.178.80.34]) by theia.denx.de (Postfix) with ESMTPS id 725954B605 for ; Sat, 18 Oct 2014 09:17:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by milenium.gk2.net (Postfix) with ESMTP id E67FA110C2A4; Sat, 18 Oct 2014 09:17:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at milenium.gk2.net Received: from milenium.gk2.net ([127.0.0.1]) by localhost (milenium.gk2.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rzAPDz9eZAuC; Sat, 18 Oct 2014 09:17:10 +0200 (CEST) Received: from BARATARIA.louche.gk2.net (stargate.louche.gk2.net [192.168.0.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gege@milenium.gk2.net) by milenium.gk2.net (Postfix) with ESMTPSA id D3E7C110C294; Sat, 18 Oct 2014 09:17:09 +0200 (CEST) From: Gerald Kerma To: u-boot@lists.denx.de Date: Sat, 18 Oct 2014 09:17:06 +0200 Message-Id: <1413616626-14387-1-git-send-email-drEagle@doukki.net> X-Mailer: git-send-email 1.9.1 Cc: Gerald Kerma , panto@antoniou-consulting.com Subject: [U-Boot] [PATCH 1/1] ARM: sheevaplug: add LIBFDT support 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 This patch add LIBFDT support to Marvell Sheevaplug Signed-off-by: Gerald Kerma Changes in v1: - add LIBFDT support Signed-off-by: Gerald Kerma --- include/configs/sheevaplug.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 71be823..247789c 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -49,6 +49,12 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB + +/* +* Enable device tree support +*/ +#define CONFIG_OF_LIBFDT + /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros