diff options
author | andy.hu <andy.hu@starfivetech.com> | 2023-06-20 12:29:30 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2023-06-20 12:29:30 +0300 |
commit | a9822ef7831528c3673dd63168684e1011851c8f (patch) | |
tree | 661081203afe8851663b38ca487c0374a28222a9 | |
parent | 9f221cd77f6e6ecf69a98c3e6874cd1b18404096 (diff) | |
parent | a55486eba5760a43569c7388fd53ee831cb2f80e (diff) | |
download | u-boot-a9822ef7831528c3673dd63168684e1011851c8f.tar.xz |
Merge branch 'CR_6164_evb_uboot_mem_keith.zhao' into 'jh7110-master'
CR 6164 riscv: config: starfive: jh7110: mem size
See merge request sdk/u-boot!56
-rw-r--r-- | configs/starfive_evb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/starfive_evb_defconfig b/configs/starfive_evb_defconfig index 0d6a48187c..9e2d6bc515 100644 --- a/configs/starfive_evb_defconfig +++ b/configs/starfive_evb_defconfig @@ -116,7 +116,7 @@ CONFIG_USB_CDNS3_HOST=y CONFIG_USB_CDNS3_STARFIVE=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y -CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0x033177600 +CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0x8000000 CONFIG_VIDEO_COPY=y CONFIG_VIDEO_LCD_STARFIVE_SEEED=y CONFIG_DISPLAY=y |