mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
smdk6400: Use CONFIG_FLASH_CFI_DRIVER
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
7c0e5a8db3
commit
f9f692e2b1
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
#define CONFIG_AMD_LV800
|
#define CONFIG_AMD_LV800
|
||||||
#define CFG_FLASH_CFI 1 /* Use CFI parameters (needed?) */
|
#define CFG_FLASH_CFI 1 /* Use CFI parameters (needed?) */
|
||||||
/* Use drivers/cfi_flash.c, even though the flash is not CFI-compliant */
|
/* 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 CFG_FLASH_CFI_WIDTH FLASH_CFI_16BIT
|
||||||
#define CONFIG_FLASH_CFI_LEGACY
|
#define CONFIG_FLASH_CFI_LEGACY
|
||||||
#define CFG_FLASH_LEGACY_512Kx16
|
#define CFG_FLASH_LEGACY_512Kx16
|
||||||
|
|
Loading…
Reference in a new issue