Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments
authorMichael Jones <michael.jones@matrix-vision.de>
Mon, 18 Apr 2011 22:12:33 +0000 (22:12 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 12 May 2011 21:04:55 +0000 (23:04 +0200)
commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 left remnants of
many comments about CONFIG_SYS_GBL_DATA_SIZE.

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
46 files changed:
include/configs/CPC45.h
include/configs/CU824.h
include/configs/MigoR.h
include/configs/PCIPPC2.h
include/configs/PCIPPC6.h
include/configs/PMC405.h
include/configs/a320evb.h
include/configs/actux1.h
include/configs/actux2.h
include/configs/actux3.h
include/configs/actux4.h
include/configs/am3517_evm.h
include/configs/ap325rxa.h
include/configs/apollon.h
include/configs/at91rm9200ek.h
include/configs/cm_t35.h
include/configs/devkit8000.h
include/configs/edminiv2.h
include/configs/espt.h
include/configs/galaxy5200.h
include/configs/imx27lite-common.h
include/configs/ipek01.h
include/configs/km/km_arm.h
include/configs/mv-common.h
include/configs/mx31pdk.h
include/configs/ns9750dev.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_overo.h
include/configs/omap3_sdp3430.h
include/configs/omap3_zoom1.h
include/configs/omap3_zoom2.h
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h
include/configs/pcm030.h
include/configs/qong.h
include/configs/r2dplus.h
include/configs/r7780mp.h
include/configs/s5p_goni.h
include/configs/sbc8240.h
include/configs/sc3.h
include/configs/sh7763rdp.h
include/configs/smdkc100.h
include/configs/tx25.h
include/configs/versatile.h
include/configs/vision2.h

index 6a88d26..17282aa 100644 (file)
  * 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       0x1000
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
index a5c2ce5..e2229b0 100644 (file)
  * 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      0x1000
 #define CONFIG_SYS_GBL_DATA_OFFSET  (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
index 7d9368c..812759d 100644 (file)
@@ -99,7 +99,6 @@
 #define CONFIG_SYS_MONITOR_LEN (128 * 1024)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN  (256 * 1024)
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ   (8 * 1024 * 1024)
 
 /* FLASH */
index e778c59..b2b94b4 100644 (file)
  * 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)
index 48911b7..c126605 100644 (file)
  * 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)
index c2db5ea..0f44e64 100644 (file)
 /* End of used area in RAM */
 #define CONFIG_SYS_INIT_RAM_SIZE               CONFIG_SYS_OCM_DATA_SIZE
 
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - \
                                         GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET      CONFIG_SYS_GBL_DATA_OFFSET
index 0527822..dfab0f4 100644 (file)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128 * 1024)
 
 /*-----------------------------------------------------------------------
- * size in bytes reserved for initial data
-*/
-
-/*-----------------------------------------------------------------------
  * SDRAM controller configuration
  */
 #define CONFIG_SYS_FTSDMC020_TP0       (FTSDMC020_TP0_TRAS(2) |        \
index 8886eff..8121b27 100644 (file)
@@ -54,7 +54,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN                  (CONFIG_ENV_SIZE + 128*1024)
-/* size in bytes reserved for initial data */
 
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
index 756279e..8ab3b19 100644 (file)
@@ -45,7 +45,6 @@
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN                  (CONFIG_ENV_SIZE + 128*1024)
-/* size in bytes reserved for initial data */
 
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
index ad9173f..91987cb 100644 (file)
@@ -45,7 +45,6 @@
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN                  (CONFIG_ENV_SIZE + 128*1024)
-/* size in bytes reserved for initial data */
 
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
index 04145c3..6718921 100644 (file)
@@ -45,7 +45,6 @@
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN                  (CONFIG_ENV_SIZE + 128*1024)
-/* size in bytes reserved for initial data */
 
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
index f5d5821..80ad342 100644 (file)
@@ -61,7 +61,6 @@
  */
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 /*
  * DDR related
  */
index 711dd3c..45126c7 100644 (file)
 #define CONFIG_SYS_MONITOR_LEN (128 * 1024)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN  (256 * 1024)
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ   (8 * 1024 * 1024)
 
 /* FLASH */
index aa74462..3364ec0 100644 (file)
@@ -78,7 +78,6 @@
 #define        CONFIG_ENV_SIZE SZ_128K /* Total Size of Environment Sector */
 #define CONFIG_ENV_SIZE_FLEX SZ_256K
 #define        CONFIG_SYS_MALLOC_LEN   (CONFIG_ENV_SIZE + SZ_1M)
-/* bytes reserved for initial data */
 
 /*
  * Hardware drivers
index 810023a..d2bf4b7 100644 (file)
  */
 #define CONFIG_SYS_MALLOC_LEN          ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
                                             SZ_4K)
-/* size in bytes reserved for initial data */
 
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + SZ_4K \
                                        - GENERATED_GBL_DATA_SIZE)
index e07e8b3..93a1b26 100644 (file)
@@ -82,7 +82,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 
 /*
  * Hardware drivers
index e02793d..125c690 100644 (file)
@@ -67,7 +67,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 
 /* Hardware drivers */
 
index 19b6544..371e781 100644 (file)
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN  (1024 * 128) /* 128kB for malloc() */
-/* size in bytes reserved for initial data */
 
 /*
  * Other required minimal configurations
index ad3c335..74daeb0 100644 (file)
@@ -85,7 +85,6 @@
 #define CONFIG_SYS_MONITOR_LEN         (128 * 1024)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN          (1024 * 1024)
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ           (8 * 1024 * 1024)
 
 #define CONFIG_SYS_FLASH_CFI
index 9535eb9..a38298f 100644 (file)
 /* End of used area in SPRAM */
 #define CONFIG_SYS_INIT_RAM_SIZE               MPC5XXX_SRAM_SIZE
 
-/* Size in bytes reserved for initial data */
-
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - \
                                                GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET      CONFIG_SYS_GBL_DATA_OFFSET
index b8dc5aa..bc1fa00 100644 (file)
@@ -88,7 +88,6 @@
  */
 /* malloc() len */
 #define CONFIG_SYS_MALLOC_LEN          (0x10000 + 512 * 1024)
-/* reserved for initial data */
 /* memtest start address */
 #define CONFIG_SYS_MEMTEST_START       0xA0000000
 #define CONFIG_SYS_MEMTEST_END         0xA1000000      /* 16MB RAM test */
index d382138..ba08d92 100644 (file)
 /* End of used area in DPRAM */
 #define CONFIG_SYS_INIT_RAM_SIZE               MPC5XXX_SRAM_SIZE
 
-/* size in bytes reserved for initial data */
-
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - \
                                         GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET      CONFIG_SYS_GBL_DATA_OFFSET
index add5624..a38a070 100644 (file)
 
 #define CONFIG_KM_CONSOLE_TTY  "ttyS0"
 
-/* size in bytes reserved for initial data */
-
 /*
  * Other required minimal configurations
  */
index 0a39257..3f5fcc6 100644 (file)
@@ -93,7 +93,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN  (1024 * 1024) /* 1MiB for malloc() */
-/* size in bytes reserved for initial data */
 
 /*
  * Other required minimal configurations
index f5d3ee7..d019e96 100644 (file)
@@ -53,7 +53,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN          (2*CONFIG_ENV_SIZE + 2 * 128 * 1024)
-/* Bytes reserved for initial data */
 
 /*
  * Hardware drivers
index e6b774f..8ecd2a9 100644 (file)
@@ -50,7 +50,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024)
-                                        * data */
 
 /*
  * Hardware drivers
index bc3c45b..9fd80ed 100644 (file)
@@ -68,7 +68,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 
 /*
  * Hardware drivers
index 5ec079c..13a4fbf 100644 (file)
@@ -71,7 +71,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 /*
  * Hardware drivers
  */
index c5e997c..242b317 100644 (file)
@@ -60,7 +60,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 
 /*
  * Hardware drivers
index 1d6ba7f..55bbcd4 100644 (file)
@@ -80,7 +80,6 @@
  */
 #define CONFIG_ENV_SIZE                        (256 << 10)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (256 << 10))
-                                               /* initial data */
 
 /*--------------------------------------------------------------------------*/
 
index 5adffb5..9183849 100644 (file)
@@ -69,7 +69,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 
 /*
  * Hardware drivers
index 747c69d..3573edf 100644 (file)
@@ -70,7 +70,6 @@
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (128 << 10))
-                                               /* initial data */
 /*
  * Hardware drivers
  */
index ffcc9aa..b4e7f41 100644 (file)
@@ -69,7 +69,6 @@
  */
 #define CONFIG_ENV_SIZE                        (256 << 10)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (256 << 10))
-                                               /* initial data */
 /* Vector Base */
 #define CONFIG_SYS_CA9_VECTOR_BASE     SRAM_ROM_VECT_BASE
 
index 8d04d07..584a52b 100644 (file)
@@ -70,7 +70,6 @@
  */
 #define CONFIG_ENV_SIZE                        (128 << 10)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (256 << 10))
-                                               /* initial data */
 /* Vector Base */
 #define CONFIG_SYS_CA9_VECTOR_BASE     SRAM_ROM_VECT_BASE
 
index 676f40c..1c4d722 100644 (file)
@@ -225,7 +225,6 @@ RTC configuration
 #define CONFIG_SYS_INIT_RAM_ADDR       MPC5XXX_SRAM
 #define CONFIG_SYS_INIT_RAM_SIZE       MPC5XXX_SRAM_SIZE       /* Size of used */
                                                                /* area in DPRAM */
-                                               /* reserved for initial data */
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - \
                                                GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET      CONFIG_SYS_GBL_DATA_OFFSET
index c61a689..405c438 100644 (file)
@@ -42,7 +42,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 1024 * 1024)
-/* size in bytes reserved for initial data */
 
 /*
  * Hardware drivers
index 5534b49..6575916 100644 (file)
@@ -59,7 +59,6 @@
 #define CONFIG_SYS_MONITOR_LEN         (256 * 1024)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN          (1024 * 1024)
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ           (8 * 1024 * 1024)
 
 /*
index e1febf3..408a7e0 100644 (file)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN          (1204 * 1024)
 
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ           (8 * 1024 * 1024)
 #define CONFIG_SYS_RX_ETH_BUFFER       (8)
 
index 597cf57..d648ce8 100644 (file)
@@ -56,7 +56,6 @@
  * 1MB = 0x100000, 0x100000 = 1024 * 1024
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (1 << 20))
-                                               /* initial data */
 /*
  * select serial console configuration
  */
index 5993be6..2267677 100644 (file)
@@ -199,9 +199,6 @@ typedef unsigned int led_id_t;
  * 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      0x1000
 #define CONFIG_SYS_GBL_DATA_OFFSET  (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
index 873d3b4..a254eda 100644 (file)
   (offset only)
 
 */
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_GBL_DATA_OFFSET   (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
 /* Initial value of the stack pointern in internal SRAM */
 #define CONFIG_SYS_INIT_SP_OFFSET    CONFIG_SYS_GBL_DATA_OFFSET
index 6a08413..1221cd5 100644 (file)
@@ -85,7 +85,6 @@
 #define CONFIG_SYS_MONITOR_LEN         (128 * 1024)
 /* Size of DRAM reserved for malloc() use */
 #define CONFIG_SYS_MALLOC_LEN          (1024 * 1024)
-/* size in bytes reserved for initial data */
 #define CONFIG_SYS_BOOTMAPSZ           (8 * 1024 * 1024)
 
 #define CONFIG_SYS_FLASH_CFI
index 1ae1234..70e23b5 100644 (file)
@@ -61,7 +61,6 @@
  * 1MB = 0x100000, 0x100000 = 1024 * 1024
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (1 << 20))
-                                               /* initial data */
 /*
  * select serial console configuration
  */
index 8f8a1a3..b284daa 100644 (file)
@@ -65,7 +65,6 @@
  */
 /* malloc() len */
 #define CONFIG_SYS_MALLOC_LEN          (1 << 20)       /* 1 MiB */
-/* reserved for initial data */
 /*
  * Board has 2 32MB banks of DRAM but there is a bug when using
  * both so only the first is configured
index 45d8434..db68965 100644 (file)
@@ -75,7 +75,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128 * 1024)
-/* size in bytes reserved for initial data */
 
 /*
  * Hardware drivers
index 4c8e7fa..dc3a028 100644 (file)
@@ -46,8 +46,6 @@
  */
 #define CONFIG_SYS_MALLOC_LEN          (2048 * 1024)
 
-/* size in bytes reserved for initial data */
-
 /*
  * Hardware drivers
  */