diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-08-20 15:56:50 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-25 19:02:40 +0000 |
commit | f15e170de317cfa34af4f6d8beaf541f19628209 (patch) | |
tree | eee160f73dcfe18d0b85861f8a6877c380235b81 | |
parent | 6712b231bca11ea466d18c3565524987fed1199f (diff) |
google/cyan: Increase RO coreboot size on flash
Commit 05627831826cab096789bd19f004b33a4cd70c0e 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>
-rw-r--r-- | src/mainboard/google/cyan/chromeos.fmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/cyan/chromeos.fmd b/src/mainboard/google/cyan/chromeos.fmd index 113fba6e6f..0c05ce95ce 100644 --- a/src/mainboard/google/cyan/chromeos.fmd +++ b/src/mainboard/google/cyan/chromeos.fmd @@ -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 } } } |