]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/flash.h
spi: Add function to allocate a new SPI slave
[karo-tx-uboot.git] / include / flash.h
index 7db599e783a0d77a2ea4e3f2a22f9549b440a1d9..c7acc977ee49f35174fa3f4cea57242d080bb500 100644 (file)
@@ -44,6 +44,7 @@ typedef struct {
        ulong   buffer_write_tout;      /* maximum buffer write timeout         */
        ushort  vendor;                 /* the primary vendor id                */
        ushort  cmd_reset;              /* vendor specific reset command        */
+       uchar   cmd_erase_sector;       /* vendor specific erase sect. command  */
        ushort  interface;              /* used for x8/x16 adjustments          */
        ushort  legacy_unlock;          /* support Intel legacy (un)locking     */
        ushort  manufacturer_id;        /* manufacturer id                      */