summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/fujitsu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/spi-nor/fujitsu.c')
-rw-r--r--drivers/mtd/spi-nor/fujitsu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/fujitsu.c b/drivers/mtd/spi-nor/fujitsu.c
index e385d93e756c..5fa8f04f2e35 100644
--- a/drivers/mtd/spi-nor/fujitsu.c
+++ b/drivers/mtd/spi-nor/fujitsu.c
@@ -10,7 +10,8 @@
static const struct flash_info fujitsu_parts[] = {
/* Fujitsu */
- { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
+ { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1)
+ FLAGS(SPI_NOR_NO_ERASE) },
};
const struct spi_nor_manufacturer spi_nor_fujitsu = {