changeset 525:690783a1f31d

* include/pkgconf/mlt_powerpc_csb281_ram.h (CYGMEM_SECTION_heap1_SIZE): Make this match the .mlt and .ldi definition.
author jlarmour
date Wed, 22 Jan 2003 05:31:16 +0000
parents 9ffbb7d747b0
children 1061ceceb720
files packages/hal/powerpc/csb281/current/ChangeLog packages/hal/powerpc/csb281/current/include/pkgconf/mlt_powerpc_csb281_ram.h
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/powerpc/csb281/current/ChangeLog
+++ b/packages/hal/powerpc/csb281/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-22  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* include/pkgconf/mlt_powerpc_csb281_ram.h (CYGMEM_SECTION_heap1_SIZE): 
+	Make this match the .mlt and .ldi definition.
+
 2003-01-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* misc/redboot_ROMRAM.ecm: 
--- a/packages/hal/powerpc/csb281/current/include/pkgconf/mlt_powerpc_csb281_ram.h
+++ b/packages/hal/powerpc/csb281/current/include/pkgconf/mlt_powerpc_csb281_ram.h
@@ -8,7 +8,7 @@
 
 #endif
 #define CYGMEM_REGION_ram (0)
-#define CYGMEM_REGION_ram_SIZE (0x3F00000)
+#define CYGMEM_REGION_ram_SIZE (0x1F00000)
 #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W)
 #ifndef __ASSEMBLER__
 extern char CYG_LABEL_NAME (__reserved_vectors) [];
@@ -34,4 +34,4 @@ extern char CYG_LABEL_NAME (__reserved_f
 extern char CYG_LABEL_NAME (__heap1) [];
 #endif
 #define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1))
-#define CYGMEM_SECTION_heap1_SIZE (0x3F00000 - (size_t) CYG_LABEL_NAME (__heap1))
+#define CYGMEM_SECTION_heap1_SIZE (0x1F00000 - (size_t) CYG_LABEL_NAME (__heap1))