diff options
author | Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> | 2023-08-11 09:44:03 +0900 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-16 15:24:27 +0000 |
commit | 65e803ea1048f3efe99199aae90d7523b063c8ed (patch) | |
tree | e7cf16a4cf311c3db1170bd33ce4dc9d6462f29a /src/mainboard/google/brya | |
parent | 9df40bef7a17cc7e8c76c63a5572c4375814f51f (diff) |
mb/google/nissa/var/pirrha: Increase VBT_DATA_SIZE_KB to 10
Increase VBT_DATA_SIZE_KB to 10 since pirrha uses bigger VBT file.
It includes MIPI power sequence data for panel.
BUG=b:295112773
BRANCH=nissa
TEST=FW_NAME=pirrha emerge-nissa coreboot
Change-Id: Ib6c293ccb4a8df3ebbd2271e7db2de4e7bd9cc3e
Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77163
Reviewed-by: Derek Huang <derekhuang@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index b1c0c778df..497f01aeb5 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -368,4 +368,8 @@ config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS int default 33 +config VBT_DATA_SIZE_KB + int + default 10 if BOARD_GOOGLE_PIRRHA + endif # BOARD_GOOGLE_BRYA_COMMON |