From: Piotr Dymacz Date: Sun, 9 Feb 2014 21:02:37 +0000 (+0100) Subject: SST 25VF064C chip is not supported - it needs some additional operations before erase... X-Git-Tag: 2014-11-19~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7338be521cda17f7f16daf938d6dacff37d4c61f;p=oweals%2Fu-boot_mod.git SST 25VF064C chip is not supported - it needs some additional operations before erase/program actions (need access to this chip to make it working) --- diff --git a/README.md b/README.md index 2079bbb..fa941ca 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,6 @@ Currently supported FLASH types: - Micron M25P64 (8 MiB, JEDEC ID: 20 2017) - Windbond W25Q64 (8 MiB, JEDEC ID: EF 4017)* - Macronix MX25L64 (8 MiB, JEDEC ID: C2 2017, C2 2617) -- SST 25VF064C (8 MiB, JEDEC ID: BF 254B) **16 MiB**: diff --git a/READMEPL.md b/READMEPL.md index d8ccf62..33b6d1f 100644 --- a/READMEPL.md +++ b/READMEPL.md @@ -192,7 +192,6 @@ Pełna lista obsługiwanych kości FLASH: - Micron M25P64 (8 MiB, JEDEC ID: 20 2017) - Windbond W25Q64 (8 MiB, JEDEC ID: EF 4017)* - Macronix MX25L64 (8 MiB, JEDEC ID: C2 2017, C2 2617) -- SST 25VF064C (8 MiB, JEDEC ID: BF 254B) **16 MiB**: diff --git a/u-boot/board/ar7240/common/ar7240_flash.c b/u-boot/board/ar7240/common/ar7240_flash.c index c0b4a6b..a5a5e6c 100755 --- a/u-boot/board/ar7240/common/ar7240_flash.c +++ b/u-boot/board/ar7240/common/ar7240_flash.c @@ -190,11 +190,6 @@ unsigned long flash_init(void){ puts("Macronix MX25L64 (8 MB)"); break; - case 0xBF254B: - flash_set_geom(SIZE_INBYTES_8MBYTES, 128, SIZE_INBYTES_64KBYTES); - puts("SST 25VF064C (8 MB)"); - break; - /* * 16M flash chips */