* startup/iss555.c: Update due to API changes.
This commit is contained in:
Sebastian Huber
2011-08-24 09:52:13 +00:00
parent c972c361af
commit cefcc5ebd0
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/iss555.c: Update due to API changes.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -18,7 +18,7 @@
#include <bsp.h>
SPR_RW(ICTRL);
SPR_RW(DEC);
SPR_RW(PPC_DEC);
SPR_RW(TBWU);
SPR_RW(TBWL);
SPR_RO(IMMR);
@@ -76,7 +76,7 @@ void _InitSS555 (void)
usiu.tbscrk = 0;
usiu.tbk = USIU_UNLOCK_KEY;
_write_DEC(0x7FFFFFFF);
_write_PPC_DEC(0x7FFFFFFF);
_write_TBWU(0x00000000 );
_write_TBWL(0x00000000 );
usiu.tbk = 0;