diff options
author | Keith Zhao <keith.zhao@starfivetech.com> | 2023-06-20 09:51:53 +0300 |
---|---|---|
committer | Keith Zhao <keith.zhao@starfivetech.com> | 2023-06-20 09:51:53 +0300 |
commit | a55486eba5760a43569c7388fd53ee831cb2f80e (patch) | |
tree | 661081203afe8851663b38ca487c0374a28222a9 /configs | |
parent | 9f221cd77f6e6ecf69a98c3e6874cd1b18404096 (diff) | |
download | u-boot-a55486eba5760a43569c7388fd53ee831cb2f80e.tar.xz |
riscv: config: starfive: jh7110: mem size
reduce the mem size from 800+M to 128M
Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
Diffstat (limited to 'configs')
-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 |