From 4929b61f7cab3bf0a56a48fe088eb19bd8c23858 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Oct 2014 14:03:54 -0600 Subject: [PATCH] For PIC32MX7, DEVCFG0 bit 2 must be set --- arch/mips/src/pic32mx/pic32mx-devcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/src/pic32mx/pic32mx-devcfg.h b/arch/mips/src/pic32mx/pic32mx-devcfg.h index 58ea7c8138..193e4dab07 100644 --- a/arch/mips/src/pic32mx/pic32mx-devcfg.h +++ b/arch/mips/src/pic32mx/pic32mx-devcfg.h @@ -249,7 +249,7 @@ # define DEVCFG0_CP (1 << 28) /* Bit 28: Code-protect */ # define DEVCFG0_SIGN (1 << 31) /* Bit 31: Signature */ -# define DEVCFG0_UNUSED 0x6ef00ff0 /* Bits 4-11, 20-23, 25-27, 29-30 */ +# define DEVCFG0_UNUSED 0x6ef00ff4 /* Bits 4-11, 20-23, 25-27, 29-30 */ #endif /****************************************************************************