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 +- board/icecube/icecube.c | 2 +- board/pm520/pm520.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'board') diff --git a/board/canmb/canmb.c b/board/canmb/canmb.c index e84ec5aa9..1782b314f 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) { diff --git a/board/icecube/icecube.c b/board/icecube/icecube.c index 376382194..7c9a92a91 100644 --- a/board/icecube/icecube.c +++ b/board/icecube/icecube.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) { diff --git a/board/pm520/pm520.c b/board/pm520/pm520.c index d7a8c8343..619df59c9 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) { -- cgit v1.2.3