mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
NAND: add NAND_CMD_PARAM (0xec) definition
This command is used to read the device ONFI parameters page. Signed-off-by: Florian Fainelli <florian@openwrt.org>
This commit is contained in:
parent
41c8624056
commit
1ce7084a15
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ extern void nand_wait_ready(struct mtd_info *mtd);
|
|||
#define NAND_CMD_SEQIN 0x80
|
||||
#define NAND_CMD_RNDIN 0x85
|
||||
#define NAND_CMD_READID 0x90
|
||||
#define NAND_CMD_PARAM 0xec
|
||||
#define NAND_CMD_ERASE2 0xd0
|
||||
#define NAND_CMD_RESET 0xff
|
||||
|
||||
|
|
Loading…
Reference in a new issue