2007-11-22 Chris Johns <chrisj@rtems.org>

* m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
This commit is contained in:
Chris Johns
2007-11-22 04:40:41 +00:00
parent 5a8e5df7d4
commit cb32666020
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-11-22 Chris Johns <chrisj@rtems.org>
* m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
2007-06-04 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Now use the m68k memcpy and memset recently added to * Makefile.am: Now use the m68k memcpy and memset recently added to

View File

@@ -552,7 +552,7 @@ extern uint8 __IPSBAR[];
#define MCF5235_SRAM_RAMBAR_UC (0x00000004) #define MCF5235_SRAM_RAMBAR_UC (0x00000004)
#define MCF5235_SRAM_RAMBAR_SD (0x00000008) #define MCF5235_SRAM_RAMBAR_SD (0x00000008)
#define MCF5235_SRAM_RAMBAR_SC (0x00000010) #define MCF5235_SRAM_RAMBAR_SC (0x00000010)
#define MCF5235_SRAM_RAMBAR_C/I (0x00000020) #define MCF5235_SRAM_RAMBAR_CI (0x00000020)
#define MCF5235_SRAM_RAMBAR_WP (0x00000100) #define MCF5235_SRAM_RAMBAR_WP (0x00000100)
#define MCF5235_SRAM_RAMBAR_SPV (0x00000200) #define MCF5235_SRAM_RAMBAR_SPV (0x00000200)
#define MCF5235_SRAM_RAMBAR_PRI2 (0x00000400) #define MCF5235_SRAM_RAMBAR_PRI2 (0x00000400)