From 07cc0999413481568b38b8d0e5f3d7514d9540b0 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 5 May 2005 00:04:14 +0000 Subject: Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of March 13, 2005); new configuration options CONFIG_JFFS2_LZO and CONFIG_JFFS2_LZARI are added. Both are undefined by default. --- board/canmb/canmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/canmb/canmb.c') 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) { -- cgit v1.2.3