commit | bdb401601d814b61027f0e470bec4ee316cb3814 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:13 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:51:00 2019 +0800 |
tree | ccf4e821a0c2ab845d04b71ec58c4d0ce59e2c57 | |
parent | 03b1d8f258628856e4be03d090a898c37a308899 [diff] |
mtd: spi: Add 'struct spi_flash {' to the code At present spi_flash is defined to be spi_nor which is confusing since it is not possible to find the 'spi_flash' by normal text search. Add a comment to help with this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>