summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/common/up_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-14 22:06:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-14 22:06:19 +0000
commit18fb56f8c1c8676028f1235c0567d2d9a0171c2d (patch)
tree22cb9614a4995864efa52299408283473e5388e7 /nuttx/arch/mips/src/common/up_internal.h
parent84cd4c9f496ed927cac9c8d1cfab0c9747bbf85a (diff)
downloadpx4-nuttx-18fb56f8c1c8676028f1235c0567d2d9a0171c2d.tar.gz
px4-nuttx-18fb56f8c1c8676028f1235c0567d2d9a0171c2d.tar.bz2
px4-nuttx-18fb56f8c1c8676028f1235c0567d2d9a0171c2d.zip
Configre configs/ubw32/ostest to use kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5518 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips/src/common/up_internal.h')
-rw-r--r--nuttx/arch/mips/src/common/up_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/mips/src/common/up_internal.h b/nuttx/arch/mips/src/common/up_internal.h
index 0eb1ed6a0..b284961b0 100644
--- a/nuttx/arch/mips/src/common/up_internal.h
+++ b/nuttx/arch/mips/src/common/up_internal.h
@@ -152,7 +152,7 @@ extern uint32_t _sdata; /* Start of .data */
extern uint32_t _edata; /* End+1 of .data */
extern uint32_t _sbss; /* Start of .bss */
extern uint32_t _ebss; /* End+1 of .bss */
-#ifdef CONFIG_PIC32MX_RAMFUNCS
+#ifdef CONFIG_ARCH_RAMFUNCS
extern uint32_t _sramfunc; /* Start of ramfuncs */
extern uint32_t _eramfunc; /* End+1 of ramfuncs */
extern uint32_t _ramfunc_loadaddr; /* Start of ramfuncs in FLASH */
@@ -160,7 +160,7 @@ extern uint32_t _ramfunc_sizeof; /* Size of ramfuncs */
extern uint32_t _bmxdkpba_address; /* BMX register setting */
extern uint32_t _bmxdudba_address; /* BMX register setting */
extern uint32_t _bmxdupba_address; /* BMX register setting */
-#endif /* CONFIG_PIC32MX_RAMFUNCS */
+#endif /* CONFIG_ARCH_RAMFUNCS */
#endif /* __ASSEMBLY__ */
/****************************************************************************