Mercurial > ecos
changeset 1648:e1ee6283cd48
* src/main.c: Make it build without CYGSEM_REDBOOT_FLASH_ALIASES.
| author | asl |
|---|---|
| date | Mon, 24 May 2004 12:22:57 +0000 |
| parents | ce0bc90137db |
| children | 0a6e548604cc |
| files | packages/redboot/current/ChangeLog packages/redboot/current/src/main.c |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,7 @@ +2004-05-21 Ian Campbell <icampbell@arcom.com> + + * src/main.c: Make it build without CYGSEM_REDBOOT_FLASH_ALIASES. + 2004-05-05 Gary Thomas <gary@mlbassoc.com> * src/flash.c (fis_load): CRC check on load was broken (the CDL
--- a/packages/redboot/current/src/main.c +++ b/packages/redboot/current/src/main.c @@ -408,7 +408,9 @@ cyg_start(void) } else #endif // CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { +#ifdef CYGSEM_REDBOOT_FLASH_ALIASES expand_aliases(line, sizeof(line)); +#endif command = (char *)&line; if ((*command == '#') || (*command == '=')) { // Special cases
