mirror of
https://xff.cz/git/u-boot/
synced 2025-10-20 01:14:39 +02:00
mtd: OneNAND: add support for OneNAND manufactured by Numonyx
This patch adds the Numonyx manufacturer code (0x20) to onenand manufacturers. Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Steve Sakoman <steve.sakoman@linaro.org> Tested-by: Steve Sakoman <steve.sakoman@linaro.org>
This commit is contained in:
committed by
Scott Wood
parent
fdd813def8
commit
456be17dbe
@@ -154,6 +154,7 @@ struct onenand_chip {
|
||||
/*
|
||||
* OneNAND Flash Manufacturer ID Codes
|
||||
*/
|
||||
#define ONENAND_MFR_NUMONYX 0x20
|
||||
#define ONENAND_MFR_SAMSUNG 0xec
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user