google/cyan: Increase RO coreboot size on flash

Commit 0562783182 applied
this change to other Google boards, but cyan was left out.

Bring cyan in line with other Google boards.

Change-Id: Id86bea538a7b82367ea6ddbd3fe3efb1b1c0078d
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/21124
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Matt DeVillier 2017-08-20 15:56:50 -05:00 committed by Martin Roth
parent 6712b231bc
commit f15e170de3
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
FMAP@0x0 0x800
RO_FRID@0x800 0x40
RO_FRID_PAD@0x840 0x7c0
GBB@0x1000 0xef000
COREBOOT(CBFS)@0xf0000 0x100000
GBB@0x1000 0x6f000
COREBOOT(CBFS)@0x70000 0x180000
}
}
}