diff packages/hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm @ 2596:7ad5f3aecbf6

* misc/adderII_redboot_ROMRAM.ecm: Update minimum image size from 0x30000 to 0x50000. * include/pkgconf/mlt_powerpc_adder_ram.ldi: Allow up to 0x60000 to be used by ROM. * include/pkgconf/mlt_powerpc_adder_ram.h (CYGMEM_SECTION_reserved_for_rom_SIZE): Ditto. * cdl/hal_powerpc_adder.cdl: Remove "-fvtable-gc" and "-finit-priority" from the set of default compilation flags. * include/pkgconf/mlt_powerpc_adder_romram.ldi: Include relocs and .eh_frame sections. * include/pkgconf/mlt_powerpc_adder_rom.ldi: Ditto. * include/pkgconf/mlt_powerpc_adder_ram.ldi: Ditto. * include/pkgconf/mlt_powerpc_adder_ram.*, doc/adder.sgml: Reserve an additional 64kB for use by RedBoot.
author jlarmour
date Tue, 11 Nov 2008 04:29:07 +0000
parents 3c221a743075
children 13376f3cfc60
line wrap: on
line diff
--- a/packages/hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm
+++ b/packages/hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm
@@ -72,7 +72,7 @@ cdl_component CYGBLD_BUILD_REDBOOT {
 };
 
 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
-    user_value 0x00030000
+    user_value 0x00050000
 };
 
 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {