summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:03:54 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:09:42 +0300
commit8938f59d545ab6e4ca0f265b008252822e747d30 (patch)
tree9f8cea371e71a9ce89cc01b16e84ae19292e72e7
parentfa760c3240c1498f20eaf5f4a7d6007d7df0c61a (diff)
downloadu-boot-8938f59d545ab6e4ca0f265b008252822e747d30.tar.xz
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>
-rw-r--r--include/configs/p1_p2_rdb_pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index a353c16f74..f328eda416 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -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