]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/spi_flash.h
sf: Discover the bank addr commands
[karo-tx-uboot.git] / include / spi_flash.h
index 3b6a44edcef6a1e8707ecd20572f191c9f05da46..38587c2de4cca78b0937771aac2cb89e2b7eb2d1 100644 (file)
@@ -38,6 +38,10 @@ struct spi_flash {
        u32             page_size;
        /* Erase (sector) size */
        u32             sector_size;
+       /* Bank read cmd */
+       u8              bank_read_cmd;
+       /* Bank write cmd */
+       u8              bank_write_cmd;
 
        void *memory_map;       /* Address of read-only SPI flash access */
        int             (*read)(struct spi_flash *flash, u32 offset,