aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/src/up_boot.c')
-rw-r--r--nuttx/configs/ea3131/src/up_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/src/up_boot.c b/nuttx/configs/ea3131/src/up_boot.c
index 1fd9069f8..c8ae70461 100644
--- a/nuttx/configs/ea3131/src/up_boot.c
+++ b/nuttx/configs/ea3131/src/up_boot.c
@@ -75,7 +75,7 @@ void lpc31_boardinitialize(void)
{
/* Initialize configured, external memory resources */
-#ifdef CONFIG_LPC31_EXTSDRAM
+#ifdef CONFIG_ARCH_EXTDRAM
lpc31_meminitialize();
#endif