summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s/lm3s_memorymap.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-06 23:32:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-06 23:32:49 +0000
commite69c915f57a6e3d5612b13064b84b62870890958 (patch)
tree76f3a40f7f51aefa9f21baeddf6bb251ec5c09fe /nuttx/arch/arm/src/lm3s/lm3s_memorymap.h
parent54e570f8d073b753f8d34592b249aa73681b8116 (diff)
downloadpx4-nuttx-e69c915f57a6e3d5612b13064b84b62870890958.tar.gz
px4-nuttx-e69c915f57a6e3d5612b13064b84b62870890958.tar.bz2
px4-nuttx-e69c915f57a6e3d5612b13064b84b62870890958.zip
Changes necessary to start build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1757 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lm3s/lm3s_memorymap.h')
-rw-r--r--nuttx/arch/arm/src/lm3s/lm3s_memorymap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lm3s/lm3s_memorymap.h b/nuttx/arch/arm/src/lm3s/lm3s_memorymap.h
index 165e51820..df49a5f3e 100644
--- a/nuttx/arch/arm/src/lm3s/lm3s_memorymap.h
+++ b/nuttx/arch/arm/src/lm3s/lm3s_memorymap.h
@@ -49,7 +49,7 @@
/* Memory map ***********************************************************************/
-#ifdef CONFIG_CHIP_LM3S6918
+#ifdef CONFIG_ARCH_CHIP_LM3S6918
# define LM3S_FLASH_BASE 0x00000000 /* -0x0003ffff: On-chip FLASH */
/* -0x1fffffff: Reserved */
# define LM3S_SRAM_BASE 0x20000000 /* -0x2000ffff: Bit-banded on-chip SRAM */
@@ -74,7 +74,7 @@
/* Peripheral base addresses ********************************************************/
-#ifdef CONFIG_CHIP_LM3S6918
+#ifdef CONFIG_ARCH_CHIP_LM3S6918
/* FiRM Peripheral Base Addresses */
# define LM3S_WDOG_BASE (LM3S_FPERIPH_BASE + 0x00000) /* -0x00fff: Watchdog Timer */