From fc1cfcdb12cf03ec7e0f6ff4b8a9ed33139a5d7f Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 25 Apr 2004 15:41:35 +0000 Subject: * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: (JFFS2 speed enhancements) because of using non-public data (PHYS_FLASH_SECT_SIZE) * Patch by Travis Sawyer, 23 Apr 2004: Fix VSC/CIS 8201 phy descrambler interoperability timing due to errata from Vitesse Semiconductor. --- common/cmd_jffs2.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'common/cmd_jffs2.c') diff --git a/common/cmd_jffs2.c b/common/cmd_jffs2.c index 11e3cc663..3cf00b8e2 100644 --- a/common/cmd_jffs2.c +++ b/common/cmd_jffs2.c @@ -80,14 +80,8 @@ jffs2_part_info(int part_num) flash_info[CFG_JFFS2_FIRST_BANK].start[0]; #endif - /* FIXME: Fast hack to get erase size set */ - - /* We assume that our JFFS2 partition has - * all erase blocks with the same size - * If we have a clue about the erasesize - * we can skip empty blocks - */ - part.erasesize = PHYS_FLASH_SECT_SIZE; + /* unused in current jffs2 loader */ + part.erasesize = 0; /* Mark the struct as ready */ part.usr_priv=(void*)1; -- cgit v1.2.3