[PoC 022/241] global: Migrate CONFIG_FB_ADDR to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 14:30:13 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
drivers/video/nexell_display.c | 2 +-
scripts/config_whitelist.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/video/nexell_display.c b/drivers/video/nexell_display.c
index 5595796a678b..af2698ffca84 100644
--- a/drivers/video/nexell_display.c
+++ b/drivers/video/nexell_display.c
@@ -560,7 +560,7 @@ static int nx_display_bind(struct udevice *dev)
/* Datasheet S5p4418:
* Resolution up to 2048 x 1280, up to 12 Bit per color (HDMI)
* Actual (max.) size is 0x1000000 because in U-Boot nanopi2-2016.01
- * "#define CONFIG_FB_ADDR 0x77000000" and next address is
+ * "#define CFG_FB_ADDR 0x77000000" and next address is
* "#define BMP_LOAD_ADDR 0x78000000"
*/
plat->size = 0x1000000;
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 62bb86b56fd6..66728d47db38 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -22,7 +22,7 @@ CFG_ENV_TOTAL_SIZE
CFG_ET1100_BASE
CFG_ETHBASE
CFG_EXTRA_ENV_SETTINGS
-CONFIG_FB_ADDR
+CFG_FB_ADDR
CONFIG_FDTADDR
CONFIG_FDTFILE
CONFIG_FEC_ENET_DEV
--
2.25.1
More information about the U-Boot
mailing list