global: Migrate CONFIG_FLASH_OR_PRELIM to CFG
Perform a simple rename of CONFIG_FLASH_OR_PRELIM to CFG_FLASH_OR_PRELIM Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -191,7 +191,7 @@
|
|||||||
#define CFG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CFG_SYS_FLASH_BASE_PHYS) \
|
#define CFG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CFG_SYS_FLASH_BASE_PHYS) \
|
||||||
| BR_PS_16 | BR_V)
|
| BR_PS_16 | BR_V)
|
||||||
|
|
||||||
#define CONFIG_FLASH_OR_PRELIM 0xfc000ff7
|
#define CFG_FLASH_OR_PRELIM 0xfc000ff7
|
||||||
|
|
||||||
#define CFG_SYS_FLASH_BANKS_LIST {CFG_SYS_FLASH_BASE_PHYS}
|
#define CFG_SYS_FLASH_BANKS_LIST {CFG_SYS_FLASH_BASE_PHYS}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user