M7350v2_en_gpl
This commit is contained in:
@ -169,7 +169,14 @@ struct nand_flash_dev nand_flash_ids[] = {
|
||||
* Manufacturer ID list
|
||||
*/
|
||||
struct nand_manufacturers nand_manuf_ids[] = {
|
||||
#if 0
|
||||
#ifdef CONFIG_FLASH_TYPE_ETRON
|
||||
{NAND_MFR_ETRON, "Etron"},
|
||||
#else
|
||||
{NAND_MFR_TOSHIBA, "Toshiba"},
|
||||
#endif
|
||||
#endif
|
||||
{NAND_MFR_ETRON, "Etron"},
|
||||
{NAND_MFR_SAMSUNG, "Samsung"},
|
||||
{NAND_MFR_FUJITSU, "Fujitsu"},
|
||||
{NAND_MFR_NATIONAL, "National"},
|
||||
|
Reference in New Issue
Block a user