mb/google/bluey: Increase FW_MAIN_A/B slot size to 4.5MB
This patch increases the size of the FW_MAIN_A and FW_MAIN_B slots to 4608KB (4.5MB) to incorporate the QTEE FW and its config files. TEST =Create an image.serial.bin and ensure it boots on X1P42100. Change-Id: I69ce0f3cff2cae110a21417245c425ee8bcf1e6c Signed-off-by: Venkateshwar S <vens@qualcomm.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89549 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
bbdf2eab6a
commit
50adb3f23c
1 changed files with 2 additions and 2 deletions
|
|
@ -26,13 +26,13 @@ FLASH@0x0 CONFIG_ROM_SIZE {
|
|||
RW_NVRAM(PRESERVE) 16K
|
||||
}
|
||||
|
||||
RW_SECTION_A 1984K {
|
||||
RW_SECTION_A 4608K {
|
||||
VBLOCK_A 8K
|
||||
FW_MAIN_A(CBFS)
|
||||
RW_FWID_A 256
|
||||
}
|
||||
|
||||
RW_SECTION_B 1984K {
|
||||
RW_SECTION_B 4608K {
|
||||
VBLOCK_B 8K
|
||||
FW_MAIN_B(CBFS)
|
||||
RW_FWID_B 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue