]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 6a88d26511d67f3d45d966741f4ede66e0310f74..17282aad613d1bad9a247753109ca6554f9af6e1 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 a5c2ce5e87931f7793483035f2bd305770609fce..e2229b0384702a91896531499855de955cc7a573 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 7d9368c5ae3e48785cc7ad86b55cab1f56085e1a..812759d3e30ba8faa704417f131a03e024614b08 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 e778c5956635778023b2eac9a7f92c274a017b6f..b2b94b4439e10542e7cbe93a2529a5a92711ab95 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 48911b7be44917c57ed4a980a079c07016be989b..c126605b3a426af994ac0f3b708c04749dada9e4 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 c2db5ea5ddaebd846bdb10b04bf59c1b546994b9..0f44e6413461b34b0b22e8a3f622cdda1638fca5 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 05278220f01ff3fbf6001ddb532267e2653c2051..dfab0f414a29cc1fb2f305facb7018b5ab2a217f 100644 (file)
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128 * 1024)
 
-/*-----------------------------------------------------------------------
- * size in bytes reserved for initial data
-*/
-
 /*-----------------------------------------------------------------------
  * SDRAM controller configuration
  */
index 8886eff9e5625b83422759754f4a8aad751362cd..8121b2722935d32ec1603f41602b31eb3377b7ba 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 756279e398dd4ba868a31e3ba6cafb9a0f49782b..8ab3b1993339604dd1a127903bb2ab1d2b81fb18 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 ad9173f347940f636f993f17be10c24db08c07d7..91987cbce5a678469107b6be2399597424813ab3 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 04145c35c311eedff22de407d551037845c7a888..67189216d587dc39f2fb5cd9ef0378370e8f178b 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 f5d582157f9cb4ace9909893ba9a677ccfa60624..80ad342ce8f4fb2563f962be991ceb11c5e33374 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 711dd3c3af08d84185711f04a62645075bf1a495..45126c724dbf11c5cc057a70b64141d07353a624 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 aa7446233c0ee4524eb41128970e9faa38ea169b..3364ec00745913e0b886f341781c7415e58c1594 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 810023a49449b2203b1c0ff1cc0119f0be7f7963..d2bf4b7c1878fb3754371c302f41414c41f56696 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 e07e8b329efa06e90e1593748966d7d84ed5e44a..93a1b2684817c072adfb7a313ede5bb305accba3 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 e02793dd500a05b4c895fcbf7605f447ed835fdf..125c6901864721e40393c91399877afd0bf38b68 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 19b654444ccdd72b91a66df7ee432a56969f8eb3..371e781701b6faf0cbb6bcc5685850db8a7c93a0 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 ad3c335b062085597bfe6ea4e3d1bfd4ad698281..74daeb0a9626601bca1bb55f6e690a83eacbe87d 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 9535eb9edec9a038cb400755ff7b1680595b64ec..a38298fb8ed03a724159bb5b1a062b9693a78912 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 b8dc5aac5daadafb36c4fb99f2b5caebef0309d6..bc1fa00effae99ac5bc2c711294a4aa3bb1b6118 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 d3821389fd5025f64cc12a42436216f7d5aabc31..ba08d92e354653662febc511de1cf3a9daaa2ce0 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 add5624bfc3f16ba2f04efa8fcc25dda9dbefcf8..a38a07085e3f3d464451f4cd3299e82d44f0539b 100644 (file)
 
 #define CONFIG_KM_CONSOLE_TTY  "ttyS0"
 
-/* size in bytes reserved for initial data */
-
 /*
  * Other required minimal configurations
  */
index 0a392579557717eab5fe8cf89c9cf923bc8b0d9b..3f5fcc69a2d2b4d460d4142ab29a4f82a85d12a2 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 f5d3ee79a9c7f353464a83cdf06dacc30ed868d6..d019e96d3810f229d1501b090ac461d80f26b6cb 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 e6b774f2c318ef1ad20a76f4d4f72deba8d379ad..8ecd2a98a0ccbb360707d89b1b9cd1767eadb8ab 100644 (file)
@@ -50,7 +50,6 @@
  * Size of malloc() pool
  */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024)
-                                        * data */
 
 /*
  * Hardware drivers
index bc3c45b754780de7e073a8ed1b3543e3fcc039ee..9fd80ed50b7135d1365799f76333f988f0bce554 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 5ec079c2412ad7e81b20dd02e9e4001a465f4721..13a4fbf322d547aa7433a4fbbf359692d5d96ed3 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 c5e997c87af1ff69013f94bc0820c22de4162bae..242b317d031dd4bee4117ffe4d901d0cb525292e 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 1d6ba7f4a75a68e73cd89905c4127d2960c19b18..55bbcd4e5fb4c775baa37e5f838155677a607e70 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 5adffb5b4ea318d9b20bb68429e43c13a592255e..918384984777983cf40e4fa53cd9ffc6954f838e 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 747c69de3f33a2a55712ba221ca6ea6b816c6305..3573edf105b0efcc6eedb1980c17538bc3110e89 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 ffcc9aa04dcadbd9ca85ff4be8ba1a29d50a9998..b4e7f411f350c4afbbc5b6cb266072a0c65e0b66 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 8d04d0740630427cee0834580f0229da0ef78ac3..584a52b830228c362d8b2b6f5b8de28a42ecdfad 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 676f40c51a1523fd34fe3d97414159ab9a696e90..1c4d7227c7c93869f16adfc59160d5281225ba25 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 c61a689e576fbe48c522f05c105b3fd68f1089b2..405c4389ed1846f6d75eba217751b5acb56a3b86 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 5534b4992c4a44d991cc123323387b3b1df292e3..657591695fa6850e591c601313eae4aee78f583f 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 e1febf36bb0287c13325505d13895701d9c45c28..408a7e0b1d4e9e9cfe9897c0630c38e24df8c57e 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 597cf57ab5d215ec9f6737e03933bc9e41149e1e..d648ce8dcfb96a3bacae7e869aa2088879cf731b 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 5993be6006a06778dca694a13dc8551dcd1c77ff..2267677d2eb93300d52007ccce06c92af3dbf776 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 873d3b4df0a398bcb4d2ea5abc2021165e7b10fb..a254edabdf718926eaf79b6e0fc119a59f025008 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 6a08413aa23f094499100b42541a90666a1a2842..1221cd5e203412d794e8b70d1d1900e6f7bcdd73 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 1ae123445bf479ed45dbde8a4680382b61287fc3..70e23b58c8f1a3963e38c29603f368ee98dadd59 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 8f8a1a377ebc6e0f4bb3a7c1bbf02dd77492051b..b284daafffd57a7f4b54ec0cec1b90ec28f953c9 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 45d8434437de7b74d4dd360f09a29ad3f39dd228..db6896584a56a72242aa068030689193b8105f40 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 4c8e7fa4f5523cd15234a2f68183695d42968a45..dc3a028a485c4f96df315b40dfe6fbaeaa7b46cd 100644 (file)
@@ -46,8 +46,6 @@
  */
 #define CONFIG_SYS_MALLOC_LEN          (2048 * 1024)
 
-/* size in bytes reserved for initial data */
-
 /*
  * Hardware drivers
  */