diff mbox

[1/2] Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition

Message ID 1303951696-9762-1-git-send-email-shawn.guo@linaro.org
State New
Headers show

Commit Message

Shawn Guo April 28, 2011, 12:48 a.m. UTC
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 <shawn.guo@linaro.org>
---
 include/configs/mx51evk.h  |    1 -
 include/configs/mx53evk.h  |    1 -
 include/configs/mx53loco.h |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
diff mbox

Patch

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 */