From: Florian Fainelli Date: Fri, 10 Dec 2010 12:16:41 +0000 (+0000) Subject: NAND: add NAND_CMD_PARAM (0xec) definition X-Git-Tag: v2011.03-rc1~55^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=1ce7084a1556d376bdbdfb93ab86a852f71c1dbe;p=oweals%2Fu-boot.git NAND: add NAND_CMD_PARAM (0xec) definition This command is used to read the device ONFI parameters page. Signed-off-by: Florian Fainelli --- diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 519f47e4d3..1128f5ae10 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -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