From: Tom Rini Date: Sun, 4 Dec 2022 15:03:54 +0000 (-0500) Subject: global: Migrate CONFIG_FLASH_BR_PRELIM to CFG X-Git-Tag: v2025.01-rc5-pxa1908~1158^2~5^2~109 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8938f59d545ab6e4ca0f265b008252822e747d30;p=u-boot.git 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 --- 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