soc/mediatek/mt8196: Increase FRAMEBUFFER to 32MiB
Increase FRAMEBUFFER from 24MiB to 32MiB to support UHD display panel. BUG=b:319511268 TEST=emerge-tanjiro coreboot Change-Id: Ib9cf14328d1b5d56246d4cc1ecfd3613af008d00 Signed-off-by: Yidi Lin <yidilin@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90549 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Chen-Tsung Hsieh <chentsung@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
003ea85115
commit
0e217cf1d3
1 changed files with 1 additions and 1 deletions
|
|
@ -73,5 +73,5 @@ SECTIONS
|
|||
RESV_MEMORY_GPUEB(0xA0000000, 2M)
|
||||
/* Reserved memory for the dedicated secured memory allocator of GPU Mali firmware */
|
||||
GPU_SEC_BUF(0xA2000000, 16M)
|
||||
FRAMEBUFFER(0xBEC00000, 24M)
|
||||
FRAMEBUFFER(0xBEC00000, 32M)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue