summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/mips')
-rw-r--r--nuttx/arch/mips/src/pic32mx/pic32mx-head.S7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/pic32mx-head.S b/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
index dedc84558..065598ec6 100644
--- a/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
+++ b/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
@@ -43,6 +43,7 @@
#include <arch/pic32mx/cp0.h>
#include "pic32mx-config.h"
+#include "pic32mx-bmx.h"
#include "excptmacros.h"
/****************************************************************************
@@ -333,13 +334,13 @@ __start:
*/
la t1, _bmxdkpba_address
- la t2, BMXDKPBA
+ la t2, PIC32MX_BMX_DKPBA
sw t1, 0(t2)
la t1, _bmxdudba_address
- la t2, BMXDUDBA
+ la t2, PIC32MX_BMX_DUDBA
sw t1, 0(t2)
la t1, _bmxdupba_address
- la t2, BMXDUPBA
+ la t2, PIC32MX_BMX_DUPBA
sw t1, 0(t2)
.Lnoramfuncs:
#endif