M7350v2_en_gpl

This commit is contained in:
T
2024-09-09 08:54:06 +00:00
parent f9cc65cfda
commit 801e6d2ad8
564 changed files with 96107 additions and 535 deletions

View File

@ -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"},