summaryrefslogtreecommitdiff
path: root/board/m5282evb/m5282evb.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-11-01 22:58:59 +0100
committerWolfgang Denk <wd@denx.de>2007-11-01 22:58:59 +0100
commit8287b3b5642c5157392e35b7277ea0c513da50b5 (patch)
tree4b36e629e7598b07547c45d7588ba518e8079851 /board/m5282evb/m5282evb.c
parentdbf331762374c2eae4b684fd4ed9308c249a8203 (diff)
parente8ee8f3ade2a06c1893dd5e68f223070d650c7ed (diff)
downloadu-boot-imx-8287b3b5642c5157392e35b7277ea0c513da50b5.zip
u-boot-imx-8287b3b5642c5157392e35b7277ea0c513da50b5.tar.gz
u-boot-imx-8287b3b5642c5157392e35b7277ea0c513da50b5.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
Diffstat (limited to 'board/m5282evb/m5282evb.c')
-rw-r--r--board/m5282evb/m5282evb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/m5282evb/m5282evb.c b/board/m5282evb/m5282evb.c
index 243d6a4..7d6d1d6 100644
--- a/board/m5282evb/m5282evb.c
+++ b/board/m5282evb/m5282evb.c
@@ -89,4 +89,5 @@ long int initdram (int board_type)
/* Write to the SDRAM Mode Register */
*(u32 *)(CFG_SDRAM_BASE + 0x400) = 0xA5A59696;
}
+ return dramsize;
}