summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/up_boot.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 15:31:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 15:31:29 +0000
commit51846872434e33843cea4a86e7d551deefe17118 (patch)
tree5c531d10a9bc1db9716d0e0b13d187219fb14422 /nuttx/configs/ea3131/src/up_boot.c
parent921354e696e169dbda5f80f2c090837a2453e9c4 (diff)
downloadpx4-nuttx-51846872434e33843cea4a86e7d551deefe17118.tar.gz
px4-nuttx-51846872434e33843cea4a86e7d551deefe17118.tar.bz2
px4-nuttx-51846872434e33843cea4a86e7d551deefe17118.zip
Add SDRAM initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2454 42af7a65-404d-4744-a932-0658087f49c3
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.
*/