M7350v3_en_gpl

This commit is contained in:
T
2024-09-09 08:55:19 +00:00
parent 801e6d2ad8
commit 2d95e8761a
2791 changed files with 89608 additions and 390711 deletions

View File

@ -169,14 +169,7 @@ 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"},
@ -186,7 +179,6 @@ struct nand_manufacturers nand_manuf_ids[] = {
{NAND_MFR_MICRON, "Micron"},
{NAND_MFR_AMD, "AMD"},
{NAND_MFR_MACRONIX, "Macronix"},
{NAND_MFR_ESMT, "ESMT"},
{0x0, "Unknown"}
};