summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm/chip/lm_memorymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/lm/chip/lm_memorymap.h')
-rw-r--r--nuttx/arch/arm/src/lm/chip/lm_memorymap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lm/chip/lm_memorymap.h b/nuttx/arch/arm/src/lm/chip/lm_memorymap.h
index 530ecdf64..d8257fc02 100644
--- a/nuttx/arch/arm/src/lm/chip/lm_memorymap.h
+++ b/nuttx/arch/arm/src/lm/chip/lm_memorymap.h
@@ -44,8 +44,10 @@
/* Include the memory map file for the specific Stellaris chip */
-#ifdef CONFIG_ARCH_CHIP_LM3S
+#if defined(CONFIG_ARCH_CHIP_LM3S)
# include "chip/lm3s_memorymap.h"
+#elif defined(CONFIG_ARCH_CHIP_LM4F)
+# include "chip/lm4f_memorymap.h"
#else
# error "Unsupported Stellaris memory map"
#endif