From: wdenk Date: Sun, 6 Aug 2000 23:28:58 +0000 (+0000) Subject: Make PPCBoot work with Fujitsu Flash chips, too. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d0b032182c740c8a1f7f5fecc69874375455e599;p=users%2Frw%2Fppcboot.git Make PPCBoot work with Fujitsu Flash chips, too. --- diff --git a/include/flash.h b/include/flash.h index 3bbc9c1..aa33aa6 100644 --- a/include/flash.h +++ b/include/flash.h @@ -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 ?) */