commit | 58b89a1f4c2a65b10b8f7b90b6ff2161b19bb0d1 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Apr 08 19:16:49 2014 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Apr 14 11:23:00 2014 -0700 |
tree | 4c66af58cbfddd308c20271ae68f4959c6644117 | |
parent | b02e7f3ef0beb72da8fc64542f0ac977996ec56b [diff] |
mtd: spi-nor: unify read opcode variants with ST SPI FSM serial_flash_cmds.h defines our opcodes a little differently. Let's borrow its naming, since it's borrowed from the SFDP standard, and it's more extensible. This prepares us for merging serial_flash_cmds.h and spi-nor.h opcode listing. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Acked-by: Huang Shijie <b32955@freescale.com>