summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s/lm3s_memorymap.h
diff options
context:
space:
mode:
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 */