aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-05-05 00:04:14 +0000
committerwdenk <wdenk>2005-05-05 00:04:14 +0000
commit07cc0999413481568b38b8d0e5f3d7514d9540b0 (patch)
tree56955f165a6a1c2647acbaaa8f5783b3b74277c9 /board
parentcf8bc5773c27adf325d7bb1a90d290b213a57417 (diff)
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.
Diffstat (limited to 'board')
-rw-r--r--board/canmb/canmb.c2
-rw-r--r--board/icecube/icecube.c2
-rw-r--r--board/pm520/pm520.c2
3 files changed, 3 insertions, 3 deletions
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) {