comparison packages/redboot/current/ChangeLog @ 1226:e4e339326f84

Improve memory layout display - from Chris Garry
author gthomas
date Sat, 20 Sep 2003 13:28:30 +0000
parents 89db0c354b7b
children 54f8d0daacd4
comparison
equal deleted inserted replaced
1225:89db0c354b7b 1226:e4e339326f84
1 2003-09-20 Chris Garry <cgarry@sweeneydesign.co.uk> 1 2003-09-20 Chris Garry <cgarry@sweeneydesign.co.uk>
2 2
3 * src/fconfig.c: Variables 'stat' and '*err_addr' in function 3 * src/main.c: Modified the way multiple "RAM" segments are reported.
4 flash_write_config() are now defined regardless of whether 4
5 CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG is defined of not. 5 * src/fconfig.c: Variables 'stat' and '*err_addr' in function
6 flash_write_config() are now defined regardless of whether
7 CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG is defined of not.
6 8
7 2003-09-19 Gary Thomas <gary@mlbassoc.com> 9 2003-09-19 Gary Thomas <gary@mlbassoc.com>
8 10
9 * src/net/timers.c (__timer_poll): Need to call MS_TICKS_DELAY() or 11 * src/net/timers.c (__timer_poll): Need to call MS_TICKS_DELAY() or
10 else time will never progress. This can cause a missed TCP packet 12 else time will never progress. This can cause a missed TCP packet