mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
jecht: Increase RO coreboot size on flash
Bitmap images has been moved to CBFS from GBB. This patch adjusts the flash size accordingly for jecht. BUG=chromium:622501,chromium:628494 BRANCH=none TEST=emerge-jecht chromeos-bootimage CQ-DEPEND=CL:361380 Change-Id: I50a9ade2e90237b0a7c277bffd7b540132415f13 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/361370 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e6fa97a84a
commit
c859ce04d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue