diff options
Diffstat (limited to 'board/pm520/pm520.c')
-rw-r--r-- | board/pm520/pm520.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm520/pm520.c b/board/pm520/pm520.c index d7a8c83..619df59 100644 --- a/board/pm520/pm520.c +++ b/board/pm520/pm520.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) { |