mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 11:17:18 +01:00
hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
parent
d3c23a790f
commit
4926714041
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@
|
|||
#define CONFIG_NR_DRAM_BANKS 1
|
||||
|
||||
#define CFG_FLASH_CFI 1
|
||||
#define CFG_FLASH_CFI_DRIVER 1
|
||||
#define CONFIG_FLASH_CFI_DRIVER 1
|
||||
|
||||
#define CFG_FLASH_BASE 0x00000000
|
||||
#define CFG_FLASH_SIZE 0x800000
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@
|
|||
#define CONFIG_NR_DRAM_BANKS 1
|
||||
|
||||
#define CFG_FLASH_CFI 1
|
||||
#define CFG_FLASH_CFI_DRIVER 1
|
||||
#define CONFIG_FLASH_CFI_DRIVER 1
|
||||
|
||||
#define CFG_FLASH_BASE 0x00000000
|
||||
#define CFG_FLASH_SIZE 0x800000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue