From patchwork Mon Feb 21 10:14:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Hui-R64343 X-Patchwork-Id: 83822 X-Patchwork-Delegate: sbabic@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 E798CB70ED for ; Mon, 21 Feb 2011 22:07:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 754C7280AD; Mon, 21 Feb 2011 12:07:24 +0100 (CET) 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 8BlwkHV87Ecx; Mon, 21 Feb 2011 12:07:07 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5FE6F280AB; Mon, 21 Feb 2011 11:51:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 98FE22808D for ; Mon, 21 Feb 2011 11:47:02 +0100 (CET) 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 ZPQivHxIIjB1 for ; Mon, 21 Feb 2011 11:46:29 +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 ch1outboundpool.messaging.microsoft.com (ch1outboundpool.messaging.microsoft.com [216.32.181.182]) by theia.denx.de (Postfix) with ESMTPS id 30E3B280A2 for ; Mon, 21 Feb 2011 11:34:53 +0100 (CET) Received: from mail186-ch1-R.bigfish.com (216.32.181.173) by CH1EHSOBE016.bigfish.com (10.43.70.66) with Microsoft SMTP Server id 14.1.225.8; Mon, 21 Feb 2011 10:16:29 +0000 Received: from mail186-ch1 (localhost.localdomain [127.0.0.1]) by mail186-ch1-R.bigfish.com (Postfix) with ESMTP id 7F8B411681FE; Mon, 21 Feb 2011 10:16:29 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275bhz2dh2a8h668h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:de01egw02.freescale.net; RD:de01egw02.freescale.net; EFVD:NLI Received: from mail186-ch1 (localhost.localdomain [127.0.0.1]) by mail186-ch1 (MessageSwitch) id 1298283389261673_26650; Mon, 21 Feb 2011 10:16:29 +0000 (UTC) Received: from CH1EHSMHS028.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.246]) by mail186-ch1.bigfish.com (Postfix) with ESMTP id 3C6071728050; Mon, 21 Feb 2011 10:16:29 +0000 (UTC) Received: from de01egw02.freescale.net (192.88.165.103) by CH1EHSMHS028.bigfish.com (10.43.70.28) with Microsoft SMTP Server (TLS) id 14.1.225.8; Mon, 21 Feb 2011 10:16:25 +0000 Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by de01egw02.freescale.net (8.14.3/8.14.3) with ESMTP id p1LAGMHs022080; Mon, 21 Feb 2011 03:16:24 -0700 (MST) Received: from localhost.localdomain (r64343-desktop.ap.freescale.net [10.192.242.36]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id p1LAGH42009080; Mon, 21 Feb 2011 04:16:21 -0600 (CST) From: Jason Liu To: Date: Mon, 21 Feb 2011 18:14:33 +0800 Message-ID: <1298283273-3350-2-git-send-email-r64343@freescale.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1298283273-3350-1-git-send-email-r64343@freescale.com> References: <1298283273-3350-1-git-send-email-r64343@freescale.com> MIME-Version: 1.0 X-OriginatorOrg: freescale.com Subject: [U-Boot] [PATCH 1/1] MX5: Enable flat-device-tree support on mx51/53 evk board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de device tree for uboot arm support has already been enabled in the master branch. This patch enable device tree support for mx51/53 evk board for DT test. Signed-off-by: Jason Liu --- include/configs/mx51evk.h | 3 +++ include/configs/mx53evk.h | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 591d6e1..57186aa 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -222,4 +222,7 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_OF_LIBFDT +#define CONFIG_SYS_BOOTMAPSZ 0x800000 + #endif diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index f2a5752..6ac910b 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -190,4 +190,7 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_OF_LIBFDT +#define CONFIG_SYS_BOOTMAPSZ 0x800000 + #endif /* __CONFIG_H */