comparison packages/redboot/current/ChangeLog @ 1717:faaea4243d52

* cdl/redboot.cdl: Fixed the type of CYGNUM_REDBOOT_FLASH_BASE * src/flash.c (fis_[un]lock): Fix compiler warnings * src/flash.c (do_flash_init): Removed the MIPS br0ken condition which i wrongly added. My problem was actually a / 0. This roundup is needed otherwise the workspace goes off the end of the RAM.
author asl
date Mon, 16 Aug 2004 08:35:33 +0000
parents bbdd4a302a64
children 16115b7a4b8c
comparison
equal deleted inserted replaced
1716:e4f7f465ee77 1717:faaea4243d52
1 2004-08-13 Andrew Lunn <andrew.lunn@ascom.ch>
2
3 * cdl/redboot.cdl: Fixed the type of CYGNUM_REDBOOT_FLASH_BASE
4 * src/flash.c (fis_[un]lock): Fix compiler warnings
5
6 2004-08-06 Andrew Lunn <andrew.lunn@ascom.ch>
7
8 * src/flash.c (do_flash_init): Removed the MIPS br0ken condition
9 which i wrongly added. My problem was actually a / 0. This roundup
10 is needed otherwise the workspace goes off the end of the RAM.
11
1 2004-08-05 Andrew Lunn <andrew.lunn@ascom.ch> 12 2004-08-05 Andrew Lunn <andrew.lunn@ascom.ch>
2 13
3 * src/flash.c: 14 * src/flash.c:
4 * src/fconfig.c: Make use of the new flash API. 15 * src/fconfig.c: Make use of the new flash API.
5 16