Просмотр исходного кода

Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments

commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 left remnants of
many comments about CONFIG_SYS_GBL_DATA_SIZE.

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Michael Jones 13 лет назад
Родитель
Сommit
2cc195e0a5
46 измененных файлов с 0 добавлено и 63 удалено
  1. 0 3
      include/configs/CPC45.h
  2. 0 3
      include/configs/CU824.h
  3. 0 1
      include/configs/MigoR.h
  4. 0 3
      include/configs/PCIPPC2.h
  5. 0 3
      include/configs/PCIPPC6.h
  6. 0 1
      include/configs/PMC405.h
  7. 0 4
      include/configs/a320evb.h
  8. 0 1
      include/configs/actux1.h
  9. 0 1
      include/configs/actux2.h
  10. 0 1
      include/configs/actux3.h
  11. 0 1
      include/configs/actux4.h
  12. 0 1
      include/configs/am3517_evm.h
  13. 0 1
      include/configs/ap325rxa.h
  14. 0 1
      include/configs/apollon.h
  15. 0 1
      include/configs/at91rm9200ek.h
  16. 0 1
      include/configs/cm_t35.h
  17. 0 1
      include/configs/devkit8000.h
  18. 0 1
      include/configs/edminiv2.h
  19. 0 1
      include/configs/espt.h
  20. 0 2
      include/configs/galaxy5200.h
  21. 0 1
      include/configs/imx27lite-common.h
  22. 0 2
      include/configs/ipek01.h
  23. 0 2
      include/configs/km/km_arm.h
  24. 0 1
      include/configs/mv-common.h
  25. 0 1
      include/configs/mx31pdk.h
  26. 0 1
      include/configs/ns9750dev.h
  27. 0 1
      include/configs/omap3_beagle.h
  28. 0 1
      include/configs/omap3_evm.h
  29. 0 1
      include/configs/omap3_overo.h
  30. 0 1
      include/configs/omap3_sdp3430.h
  31. 0 1
      include/configs/omap3_zoom1.h
  32. 0 1
      include/configs/omap3_zoom2.h
  33. 0 1
      include/configs/omap4_panda.h
  34. 0 1
      include/configs/omap4_sdp4430.h
  35. 0 1
      include/configs/pcm030.h
  36. 0 1
      include/configs/qong.h
  37. 0 1
      include/configs/r2dplus.h
  38. 0 1
      include/configs/r7780mp.h
  39. 0 1
      include/configs/s5p_goni.h
  40. 0 3
      include/configs/sbc8240.h
  41. 0 1
      include/configs/sc3.h
  42. 0 1
      include/configs/sh7763rdp.h
  43. 0 1
      include/configs/smdkc100.h
  44. 0 1
      include/configs/tx25.h
  45. 0 1
      include/configs/versatile.h
  46. 0 2
      include/configs/vision2.h

+ 0 - 3
include/configs/CPC45.h

@@ -151,9 +151,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	0x1000
 #define CONFIG_SYS_GBL_DATA_OFFSET	(CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)

+ 0 - 3
include/configs/CU824.h

@@ -139,9 +139,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      0x1000
 #define CONFIG_SYS_GBL_DATA_OFFSET  (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)

+ 0 - 1
include/configs/MigoR.h

@@ -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 */

+ 0 - 3
include/configs/PCIPPC2.h

@@ -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)

+ 0 - 3
include/configs/PCIPPC6.h

@@ -140,9 +140,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)

+ 0 - 1
include/configs/PMC405.h

@@ -330,7 +330,6 @@
 /* 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

+ 0 - 4
include/configs/a320evb.h

@@ -112,10 +112,6 @@
  */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 128 * 1024)
 
-/*-----------------------------------------------------------------------
- * size in bytes reserved for initial data
-*/
-
 /*-----------------------------------------------------------------------
  * SDRAM controller configuration
  */

+ 0 - 1
include/configs/actux1.h

@@ -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

+ 0 - 1
include/configs/actux2.h

@@ -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

+ 0 - 1
include/configs/actux3.h

@@ -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

+ 0 - 1
include/configs/actux4.h

@@ -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

+ 0 - 1
include/configs/am3517_evm.h

@@ -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
  */

+ 0 - 1
include/configs/ap325rxa.h

@@ -113,7 +113,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 */

+ 0 - 1
include/configs/apollon.h

@@ -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

+ 0 - 1
include/configs/at91rm9200ek.h

@@ -220,7 +220,6 @@
  */
 #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)

+ 0 - 1
include/configs/cm_t35.h

@@ -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

+ 0 - 1
include/configs/devkit8000.h

@@ -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 */
 

+ 0 - 1
include/configs/edminiv2.h

@@ -204,7 +204,6 @@
  * 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

+ 0 - 1
include/configs/espt.h

@@ -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

+ 0 - 2
include/configs/galaxy5200.h

@@ -209,8 +209,6 @@
 /* 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

+ 0 - 1
include/configs/imx27lite-common.h

@@ -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 */

+ 0 - 2
include/configs/ipek01.h

@@ -266,8 +266,6 @@
 /* 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

+ 0 - 2
include/configs/km/km_arm.h

@@ -135,8 +135,6 @@
 
 #define CONFIG_KM_CONSOLE_TTY	"ttyS0"
 
-/* size in bytes reserved for initial data */
-
 /*
  * Other required minimal configurations
  */

+ 0 - 1
include/configs/mv-common.h

@@ -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

+ 0 - 1
include/configs/mx31pdk.h

@@ -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

+ 0 - 1
include/configs/ns9750dev.h

@@ -50,7 +50,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 128*1024)
-					 * data */
 
 /*
  * Hardware drivers

+ 0 - 1
include/configs/omap3_beagle.h

@@ -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

+ 0 - 1
include/configs/omap3_evm.h

@@ -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
  */

+ 0 - 1
include/configs/omap3_overo.h

@@ -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

+ 0 - 1
include/configs/omap3_sdp3430.h

@@ -80,7 +80,6 @@
  */
 #define CONFIG_ENV_SIZE			(256 << 10)
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (256 << 10))
-						/* initial data */
 
 /*--------------------------------------------------------------------------*/
 

+ 0 - 1
include/configs/omap3_zoom1.h

@@ -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

+ 0 - 1
include/configs/omap3_zoom2.h

@@ -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
  */

+ 0 - 1
include/configs/omap4_panda.h

@@ -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
 

+ 0 - 1
include/configs/omap4_sdp4430.h

@@ -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
 

+ 0 - 1
include/configs/pcm030.h

@@ -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

+ 0 - 1
include/configs/qong.h

@@ -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

+ 0 - 1
include/configs/r2dplus.h

@@ -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)
 
 /*

+ 0 - 1
include/configs/r7780mp.h

@@ -101,7 +101,6 @@
 /* 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)
 

+ 0 - 1
include/configs/s5p_goni.h

@@ -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
  */

+ 0 - 3
include/configs/sbc8240.h

@@ -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)

+ 0 - 1
include/configs/sc3.h

@@ -480,7 +480,6 @@
   (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

+ 0 - 1
include/configs/sh7763rdp.h

@@ -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

+ 0 - 1
include/configs/smdkc100.h

@@ -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
  */

+ 0 - 1
include/configs/tx25.h

@@ -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

+ 0 - 1
include/configs/versatile.h

@@ -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

+ 0 - 2
include/configs/vision2.h

@@ -46,8 +46,6 @@
  */
 #define CONFIG_SYS_MALLOC_LEN		(2048 * 1024)
 
-/* size in bytes reserved for initial data */
-
 /*
  * Hardware drivers
  */