diff mbox

[U-Boot] TOP9000: remove GENERATED_GBL_DATA_SIZE

Message ID 1289750886-23092-1-git-send-email-u-boot@emk-elektronik.de
State RFC
Headers show

Commit Message

Reinhard Meyer Nov. 14, 2010, 4:08 p.m. UTC
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
---
 include/configs/top9000.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

Comments

Wolfgang Denk Nov. 14, 2010, 4:22 p.m. UTC | #1
Dear Reinhard Meyer,

In message <1289750886-23092-1-git-send-email-u-boot@emk-elektronik.de> you wrote:
> Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
> ---
>  include/configs/top9000.h |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/top9000.h b/include/configs/top9000.h
> index 1533a63..4606146 100644
> --- a/include/configs/top9000.h
> +++ b/include/configs/top9000.h
> @@ -172,8 +172,7 @@
>   * leaving the correct space for initial global data structure above
>   * that address while providing maximum stack area below.
>   */
> -#define CONFIG_SYS_INIT_SP_ADDR \
> -	(ATMEL_BASE_SRAM + 0x4000 - GENERATED_GBL_DATA_SIZE)
> +#define CONFIG_SYS_INIT_SP_ADDR (ATMEL_BASE_SRAM + 0x4000)

You should also adapt the comment.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/include/configs/top9000.h b/include/configs/top9000.h
index 1533a63..4606146 100644
--- a/include/configs/top9000.h
+++ b/include/configs/top9000.h
@@ -172,8 +172,7 @@ 
  * leaving the correct space for initial global data structure above
  * that address while providing maximum stack area below.
  */
-#define CONFIG_SYS_INIT_SP_ADDR \
-	(ATMEL_BASE_SRAM + 0x4000 - GENERATED_GBL_DATA_SIZE)
+#define CONFIG_SYS_INIT_SP_ADDR (ATMEL_BASE_SRAM + 0x4000)
 
 /*
  * NAND flash: 256 MB (optional)