mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
global: Migrate CONFIG_FB_ADDR to CFG
Perform a simple rename of CONFIG_FB_ADDR to CFG_FB_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0613c36a7a
commit
2aac334a9b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue