summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagle.h
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2010-11-03 21:57:05 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2010-11-03 21:57:05 +0100
commit72df8fcb44ffe40f0a1d8226977f6ec3d9019948 (patch)
treefbc97e38a14b78807ce418b07cee6dc71d11da68 /include/configs/omap3_beagle.h
parente5aa319fe00b28dd9c915e03adbaf7ed9bb5c323 (diff)
parent0c0892be0d93a5a892b93739c5eb3bf692fed4ff (diff)
downloadbootable_bootloader_goldelico_gta04-72df8fcb44ffe40f0a1d8226977f6ec3d9019948.zip
bootable_bootloader_goldelico_gta04-72df8fcb44ffe40f0a1d8226977f6ec3d9019948.tar.gz
bootable_bootloader_goldelico_gta04-72df8fcb44ffe40f0a1d8226977f6ec3d9019948.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot into gta04e
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r--include/configs/omap3_beagle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 07c2922..4aa1fe3 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -66,7 +66,6 @@
#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
/* Sector */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10))
-#define CONFIG_SYS_GBL_DATA_SIZE 128 /* bytes reserved for */
/* initial data */
/*
@@ -350,6 +349,6 @@ extern unsigned int boot_flash_type;
/* additions for new relocation code, must be added to all boards */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
-#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
+#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - GENERATED_GBL_DATA_SIZE)
#endif /* __CONFIG_H */