From patchwork Fri Jul 20 19:59:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Baatz X-Patchwork-Id: 172337 X-Patchwork-Delegate: prafulla@marvell.com 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 0BE222C036B for ; Sat, 21 Jul 2012 06:00:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 32BBE28097; Fri, 20 Jul 2012 22:00:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 xzrzsmiOgIjt; Fri, 20 Jul 2012 22:00:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B6882280B7; Fri, 20 Jul 2012 21:59:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4C094280B7 for ; Fri, 20 Jul 2012 21:59:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 FobiGPxSWoQD for ; Fri, 20 Jul 2012 21:59:55 +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 mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by theia.denx.de (Postfix) with ESMTPS id 879A8280CA for ; Fri, 20 Jul 2012 21:59:52 +0200 (CEST) Received: by wgbfg15 with SMTP id fg15so4034997wgb.9 for ; Fri, 20 Jul 2012 12:59:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=4QITwNBVYavB85CuMwHgphkt2AVIdRxEuO4flxjZlfk=; b=MN6Kn0hVcLIPHwlfjTaL6v3CH6EwEO5o9skLda937PcE+zl5iwC0tXNSQkLTe1qKGt 7TrFopwttf0sAqGruApI1+lHNNhWyUIX758JNVtXpSdaLzESmS5uxwbULkMHKsRDh3fb iQAvp0mEHgPfeDX7GMxymuMNcJSuaAFH7yLMXgQhOsMNrkqx7UwjD6HMPopFyUzpTMWr tfC4FKKzf9jQeYIBj0CirE/ZpHhm6UdbDowsLscwFJTMKM68KwFjFoa6iKQNHzqDnuG+ TKWGlKBeZmZMjBjUkKAnSVb1fVCjzxwB673iOnw6H/tNPFDapP6jIig/zvp7S2/Xjay2 McZA== Received: by 10.180.91.228 with SMTP id ch4mr9893647wib.7.1342814391573; Fri, 20 Jul 2012 12:59:51 -0700 (PDT) Received: from gandalf.schnuecks.de (p57A56E0B.dip.t-dialin.net. [87.165.110.11]) by mx.google.com with ESMTPS id l5sm17969084wix.5.2012.07.20.12.59.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jul 2012 12:59:51 -0700 (PDT) Received: by gandalf.schnuecks.de (Postfix, from userid 500) id 1FE6A40DB1; Fri, 20 Jul 2012 21:59:50 +0200 (CEST) From: Simon Baatz To: u-boot@lists.denx.de Date: Fri, 20 Jul 2012 21:59:15 +0200 Message-Id: <1342814355-25472-2-git-send-email-gmbnomis@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1342814355-25472-1-git-send-email-gmbnomis@gmail.com> References: <1342814355-25472-1-git-send-email-gmbnomis@gmail.com> Cc: dreagle@doukki.net, Luka Perkov Subject: [U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Support for the IB-NAS62x0 was added to the Linux mainline kernel as of 3.5-rc1 using flattened devicetree. Change the config for this board accordingly. Signed-off-by: Simon Baatz Cc: Luka Perkov Cc: Prafulla Wadaskar --- include/configs/ib62x0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 85856f2..34c83a4 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -37,9 +37,9 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ /* - * Machine type + * Enable device tree support */ -#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 +#define CONFIG_OF_LIBFDT /* * Compression configuration