Mercurial > flash_v2
changeset 1234:e8cfe3629703
RedBoot fconfig is now optional - force it
| author | gthomas |
|---|---|
| date | Mon, 22 Sep 2003 17:35:53 +0000 |
| parents | 85cbb6510cfd |
| children | 7d74441a684b |
| files | packages/hal/powerpc/moab/current/ChangeLog packages/hal/powerpc/moab/current/cdl/hal_powerpc_moab.cdl |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/moab/current/ChangeLog +++ b/packages/hal/powerpc/moab/current/ChangeLog @@ -1,3 +1,8 @@ +2003-09-22 Gary Thomas <gary@mlbassoc.com> + + * cdl/hal_powerpc_moab.cdl: Need to force 'fconfig' since that is now + optional in RedBoot. + 2003-09-21 Gary Thomas <gary@mlbassoc.com> * misc/redboot_BOOT.ecm:
--- a/packages/hal/powerpc/moab/current/cdl/hal_powerpc_moab.cdl +++ b/packages/hal/powerpc/moab/current/cdl/hal_powerpc_moab.cdl @@ -74,6 +74,7 @@ cdl_package CYGPKG_HAL_POWERPC_MOAB { # having the MMU enabled just seems to cause no end of problems requires { !CYGHWR_HAL_POWERPC_ENABLE_MMU } # + requires { CYGSEM_REDBOOT_FLASH_CONFIG == 1 } requires { !CYGSEM_REDBOOT_FLASH_CONFIG || ((CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "EEPROM") && (CYGNUM_REDBOOT_FLASH_CONFIG_SIZE == CYGNUM_HAL_EEPROM_SIZE) &&
