diff options
-rw-r--r-- | include/configs/smdk6400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 1ee4191..f0c146e 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -187,7 +187,7 @@ #define CONFIG_AMD_LV800 #define CFG_FLASH_CFI 1 /* Use CFI parameters (needed?) */ /* Use drivers/cfi_flash.c, even though the flash is not CFI-compliant */ -#define CFG_FLASH_CFI_DRIVER 1 +#define CONFIG_FLASH_CFI_DRIVER 1 #define CFG_FLASH_CFI_WIDTH FLASH_CFI_16BIT #define CONFIG_FLASH_CFI_LEGACY #define CFG_FLASH_LEGACY_512Kx16 |