summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/up_mem.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 22:42:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 22:42:37 +0000
commit153ab5ddf5454d559da0d30751a7acb49e2c8d68 (patch)
tree5b8061bd33b9ad2079b3deb5c324c6f0d6e7f92c /nuttx/configs/ea3131/src/up_mem.c
parentbcdc7b12eacc6765bfedc995ab4a17c70dd2396b (diff)
downloadpx4-nuttx-153ab5ddf5454d559da0d30751a7acb49e2c8d68.tar.gz
px4-nuttx-153ab5ddf5454d559da0d30751a7acb49e2c8d68.tar.bz2
px4-nuttx-153ab5ddf5454d559da0d30751a7acb49e2c8d68.zip
Add configuration for Wave Share Open1788 (fragmentary)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5537 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/src/up_mem.c')
-rw-r--r--nuttx/configs/ea3131/src/up_mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ea3131/src/up_mem.c b/nuttx/configs/ea3131/src/up_mem.c
index 060f58eec..668233d3b 100644
--- a/nuttx/configs/ea3131/src/up_mem.c
+++ b/nuttx/configs/ea3131/src/up_mem.c
@@ -59,7 +59,7 @@
#include "lpc31_mpmc.h"
#include "ea3131_internal.h"
-#ifdef CONFIG_LPC31_EXTSDRAM
+#ifdef CONFIG_ARCH_EXTDRAM
/****************************************************************************
* Pre-processor Definitions
@@ -356,4 +356,4 @@ void lpc31_meminitialize(void)
lpc31_sdraminitialize();
}
-#endif /* CONFIG_LPC31_EXTSDRAM */
+#endif /* CONFIG_ARCH_EXTDRAM */