diff mbox series

[030/149] global: Migrate CONFIG_FLASH_OR_PRELIM to CFG

Message ID 20221204150554.4165941-30-trini@konsulko.com
State Accepted
Commit c20d7cc95c512c7a57720c1481619db7baa4a263
Delegated to: Tom Rini
Headers show
Series [001/149] exynos: Rework legacy PWM usage | expand

Commit Message

Tom Rini Dec. 4, 2022, 3:03 p.m. UTC
Perform a simple rename of CONFIG_FLASH_OR_PRELIM to CFG_FLASH_OR_PRELIM

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/p1_p2_rdb_pc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index f328eda416e4..41e7f53bd57e 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -191,7 +191,7 @@ 
 #define CFG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CFG_SYS_FLASH_BASE_PHYS) \
 	| 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}