Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments

commit 25ddd1fb0a left remnants of
many comments about CONFIG_SYS_GBL_DATA_SIZE.

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
This commit is contained in:
Michael Jones
2011-04-18 22:12:33 +00:00
committed by Wolfgang Denk
parent 31c1bdd93d
commit 2cc195e0a5
46 changed files with 0 additions and 63 deletions

View File

@@ -138,9 +138,6 @@
* Definitions for initial stack pointer and data area
*/
/* Size in bytes reserved for initial data
*/
#define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
#define CONFIG_SYS_INIT_RAM_SIZE 0x8000
#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)