summaryrefslogtreecommitdiff
path: root/board/m5282evb
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-10-25 17:09:17 -0500
committerTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-10-25 17:09:17 -0500
commit2acefa72ee0026f862ab65597ca687428f63a973 (patch)
tree990725e4026e4bf3e3cfad72ee6a023b1b94e267 /board/m5282evb
parent5441f61a3d8b7034f19fc1361183e936198e6dbb (diff)
ColdFire 5282: Fix external flash boot and return dramsize
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/m5282evb')
-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 243d6a4d83..7d6d1d6231 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;
}