Mercurial > nand-ecoscentric
changeset 2143:247a73554cd0
* misc/redboot_R[AO]M.ecm: Disable FIS and fconfig, enable
loading directly into flash with the load command.
| author | asl |
|---|---|
| date | Sat, 25 Feb 2006 14:20:18 +0000 |
| parents | a7557f72de47 |
| children | 36bfd6474600 |
| files | packages/hal/arm/at91/at91sam7s/current/ChangeLog packages/hal/arm/at91/at91sam7s/current/misc/redboot_RAM.ecm packages/hal/arm/at91/at91sam7s/current/misc/redboot_ROM.ecm |
| diffstat | 3 files changed, 17 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/at91/at91sam7s/current/ChangeLog +++ b/packages/hal/arm/at91/at91sam7s/current/ChangeLog @@ -1,3 +1,8 @@ +2006-02-25 Andrew Lunn <andrew.lunn@ascom.ch> + + * misc/redboot_R[AO]M.ecm: Disable FIS and fconfig, enable + loading directly into flash with the load command. + 2006-01-01 Oliver Munz <munz@speag.ch> Andrew Lunn <andrew.lunn@ascom.ch>
--- a/packages/hal/arm/at91/at91sam7s/current/misc/redboot_RAM.ecm +++ b/packages/hal/arm/at91/at91sam7s/current/misc/redboot_RAM.ecm @@ -45,11 +45,11 @@ cdl_component CYGBLD_BUILD_REDBOOT { }; cdl_option CYGOPT_REDBOOT_FIS { - user_value 1 + user_value 0 }; cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { - user_value 1 + user_value 0 }; cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG { @@ -75,4 +75,8 @@ cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE { user_value 0x15000 +}; + +cdl_option CYGBLD_REDBOOT_LOAD_INTO_FLASH { + user_value 1 }; \ No newline at end of file
--- a/packages/hal/arm/at91/at91sam7s/current/misc/redboot_ROM.ecm +++ b/packages/hal/arm/at91/at91sam7s/current/misc/redboot_ROM.ecm @@ -53,11 +53,11 @@ cdl_component CYGBLD_BUILD_REDBOOT { }; cdl_option CYGOPT_REDBOOT_FIS { - user_value 1 + user_value 0 }; cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { - user_value 1 + user_value 0 }; cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG { @@ -83,4 +83,8 @@ cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE { user_value 0x15000 +}; + +cdl_option CYGBLD_REDBOOT_LOAD_INTO_FLASH { + user_value 1 }; \ No newline at end of file
