summaryrefslogtreecommitdiffstats
path: root/board/canmb
diff options
context:
space:
mode:
Diffstat (limited to 'board/canmb')
-rw-r--r--board/canmb/canmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/canmb/canmb.c b/board/canmb/canmb.c
index e84ec5aa93..1782b314f8 100644
--- a/board/canmb/canmb.c
+++ b/board/canmb/canmb.c
@@ -133,7 +133,7 @@ long int initdram (int board_type)
*(vu_long *)MPC5XXX_SDRAM_CS1CFG = dramsize + 0x0000001e;/* 2G */
/* find RAM size using SDRAM CS1 only */
- if (!dramsize)
+ if (!dramsize)
sdram_start(0);
test2 = test1 = get_ram_size((ulong *)(CFG_SDRAM_BASE + dramsize), 0x80000000);
if (!dramsize) {
OpenPOWER on IntegriCloud