From patchwork Tue Mar 29 08:31:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Hui X-Patchwork-Id: 819 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:46:08 -0000 Delivered-To: patches@linaro.org Received: by 10.42.161.68 with SMTP id s4cs166799icx; Tue, 29 Mar 2011 01:32:23 -0700 (PDT) Received: by 10.231.196.233 with SMTP id eh41mr5242251ibb.6.1301387543461; Tue, 29 Mar 2011 01:32:23 -0700 (PDT) Received: from mail-iw0-f178.google.com (mail-iw0-f178.google.com [209.85.214.178]) by mx.google.com with ESMTPS id a6si13447743ibb.23.2011.03.29.01.32.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Mar 2011 01:32:22 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.214.178 is neither permitted nor denied by best guess record for domain of jason.hui@linaro.org) client-ip=209.85.214.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.214.178 is neither permitted nor denied by best guess record for domain of jason.hui@linaro.org) smtp.mail=jason.hui@linaro.org Received: by iwn9 with SMTP id 9so5474580iwn.37 for ; Tue, 29 Mar 2011 01:32:22 -0700 (PDT) Received: by 10.42.239.3 with SMTP id ku3mr8517089icb.208.1301387541997; Tue, 29 Mar 2011 01:32:21 -0700 (PDT) Received: from localhost.localdomain ([116.231.118.83]) by mx.google.com with ESMTPS id vr5sm3339700icb.12.2011.03.29.01.32.15 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Mar 2011 01:32:21 -0700 (PDT) From: Jason Liu To: u-boot@lists.denx.de Cc: galak@kernel.crashing.org, sbabic@denx.de, patches@linaro.org Subject: [PATCH] MX5: Enable flat-device-tree support on mx53 loco board Date: Tue, 29 Mar 2011 16:31:56 +0800 Message-Id: <1301387516-18201-1-git-send-email-jason.hui@linaro.org> X-Mailer: git-send-email 1.7.0.4 --- Grant has submit one patchset: ARM device tree support improvements which remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ. Will provide patchset to clean CONFIG_SYS_BOOTMAPSZ after the patches applied to u-boot mainline Signed-off-by: Jason Liu --- include/configs/mx53loco.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 585e8c8..9c7dcc9 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -193,4 +193,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 */