diff options
-rw-r--r-- | os/ports/GCC/PPC/SPC56ELxx/mmuconf.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s b/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s index aa4e9ce2a..0e36678eb 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s +++ b/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s @@ -26,6 +26,10 @@ * @{
*/
+#define MAS0L_VALID 0x8000
+
+#if !defined(__DOXYGEN__)
+
.section .hwinit, "ax"
.align 2
@@ -34,4 +38,6 @@ _mmuconf:
blr
+#endif /* !defined(__DOXYGEN__) */
+
/** @} */
|