]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Make PPCBoot work with Fujitsu Flash chips, too.
authorwdenk <wdenk>
Sun, 6 Aug 2000 23:28:58 +0000 (23:28 +0000)
committerwdenk <wdenk>
Sun, 6 Aug 2000 23:28:58 +0000 (23:28 +0000)
include/flash.h

index 3bbc9c14447f334ae27b981d64b657c3e6c2bdf5..aa33aa695eb57d273744fad3b1060d075291c494 100644 (file)
@@ -93,7 +93,7 @@ void  flash_erase      (flash_info_t *, int, int);
 #define FLASH_TYPEMASK 0x0F            /* extract FLASH type   information     */
 #define FLASH_VENDMASK 0xF0            /* extract FLASH vendor information     */
 
-#define FLASH_AMD_COMP 0x0F            /* Up to this ID, FLASH is compatible   */
+#define FLASH_AMD_COMP 0x1F            /* Up to this ID, FLASH is compatible   */
                                        /* with AMD and Fujitsu                 */
                                        /* (JEDEC standard commands ?)          */