From: Tom Rini Date: Sun, 4 Dec 2022 15:03:51 +0000 (-0500) Subject: global: Migrate CONFIG_FB_ADDR to CFG X-Git-Tag: v2025.01-rc5-pxa1908~1158^2~5^2~112 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=2aac334a9b57df2653da3a5d6169c473c760a14d;p=u-boot.git global: Migrate CONFIG_FB_ADDR to CFG Perform a simple rename of CONFIG_FB_ADDR to CFG_FB_ADDR Signed-off-by: Tom Rini --- diff --git a/drivers/video/nexell_display.c b/drivers/video/nexell_display.c index 5595796a67..af2698ffca 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;