diff mbox

[1/2] Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition

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

Commit Message

Shawn Guo April 11, 2011, 8:09 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(-)

Comments

John Rigby April 11, 2011, 2:40 p.m. UTC | #1
On Mon, Apr 11, 2011 at 2:09 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> 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 --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 */
> --
> 1.7.4.1
>
>

Shawn, unless we must have this now I will get it when it goes upstream.
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 */