From patchwork Mon Apr 11 08:09:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 941 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:47:37 -0000 Delivered-To: patches@linaro.org Received: by 10.68.59.138 with SMTP id z10cs28827pbq; Mon, 11 Apr 2011 01:04:52 -0700 (PDT) Received: by 10.42.146.196 with SMTP id k4mr7654729icv.105.1302509091657; Mon, 11 Apr 2011 01:04:51 -0700 (PDT) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id wk12si9468885icb.30.2011.04.11.01.04.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2011 01:04:50 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) smtp.mail=shawn.guo@linaro.org Received: by iyi12 with SMTP id 12so6818464iyi.37 for ; Mon, 11 Apr 2011 01:04:49 -0700 (PDT) Received: by 10.42.147.68 with SMTP id m4mr3651258icv.529.1302509089699; Mon, 11 Apr 2011 01:04:49 -0700 (PDT) Received: from localhost.localdomain ([117.80.114.188]) by mx.google.com with ESMTPS id wo11sm3803974icb.20.2011.04.11.01.04.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2011 01:04:48 -0700 (PDT) From: Shawn Guo To: john.rigby@linaro.org Cc: linaro-kernel@lists.linaro.org, patches@linaro.org, Shawn Guo Subject: [PATCH 1/2] Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition Date: Mon, 11 Apr 2011 16:09:23 +0800 Message-Id: <1302509364-22278-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.4.1 Since the following commit, definition CONFIG_SYS_BOOTMAPSZ is not needed any more. 7a02a39babb44f2ca2777db9b3a93be79111bba8 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Signed-off-by: Shawn Guo --- include/configs/mx51evk.h | 1 - include/configs/mx53evk.h | 1 - include/configs/mx53loco.h | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 6a785f8..febe8d8 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -227,6 +227,5 @@ #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 5749a08..74aee89 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -193,6 +193,5 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 #endif /* __CONFIG_H */ diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 9c7dcc9..884b36b 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -194,6 +194,5 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 #endif /* __CONFIG_H */