summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/src/up_boot.c')
-rwxr-xr-xnuttx/configs/ea3131/src/up_boot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/ea3131/src/up_boot.c b/nuttx/configs/ea3131/src/up_boot.c
index 9cb467870..f7e08f4cb 100755
--- a/nuttx/configs/ea3131/src/up_boot.c
+++ b/nuttx/configs/ea3131/src/up_boot.c
@@ -73,6 +73,10 @@
void lpc313x_boardinitialize(void)
{
+ /* Configure Micron MT48LC32M16A2 SDRAM on the EA3131 board */
+
+ lpc313x_sdraminitialize();
+
/* Configure SPI chip selects if 1) SPI is not disabled, and 2) the weak function
* lpc313x_spiinitialize() has been brought into the link.
*/