mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 06:46:59 +00:00
global: Migrate CONFIG_FLASH_BR_PRELIM to CFG
Perform a simple rename of CONFIG_FLASH_BR_PRELIM to CFG_FLASH_BR_PRELIM Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
fa760c3240
commit
8938f59d54
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@
|
|||
#define CFG_SYS_FLASH_BASE_PHYS CFG_SYS_FLASH_BASE
|
||||
#endif
|
||||
|
||||
#define CONFIG_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)
|
||||
|
||||
#define CONFIG_FLASH_OR_PRELIM 0xfc000ff7
|
||||
|
|
Loading…
Add table
Reference in a new issue