diff options
Diffstat (limited to 'drivers/mtd/st_smi.c')
-rw-r--r-- | drivers/mtd/st_smi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/st_smi.c b/drivers/mtd/st_smi.c index 208119c5f0..9942c8a885 100644 --- a/drivers/mtd/st_smi.c +++ b/drivers/mtd/st_smi.c @@ -13,7 +13,7 @@ #include <asm/io.h> #include <asm/arch/hardware.h> -#if !defined(CONFIG_SYS_NO_FLASH) +#if defined(CONFIG_MTD_NOR_FLASH) static struct smi_regs *const smicntl = (struct smi_regs * const)CONFIG_SYS_SMI_BASE; |