mb/google/brya: reduce RW_MRC_CACHE size to 64K
The RW_MRC_CACHE only needs to be 64K for Brya. BUG=none TEST="emerge-brya coreboot chromeos-bootimage", flash and boot brya0 to kernel. Change-Id: I74365b795e184b92f483ae2bf862791e235c5362 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56989 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -12,9 +12,9 @@ FLASH 32M {
|
|||||||
}
|
}
|
||||||
RW_LEGACY(CBFS) 2M
|
RW_LEGACY(CBFS) 2M
|
||||||
RW_MISC 1M {
|
RW_MISC 1M {
|
||||||
UNIFIED_MRC_CACHE(PRESERVE) 192K {
|
UNIFIED_MRC_CACHE(PRESERVE) 128K {
|
||||||
RECOVERY_MRC_CACHE 64K
|
RECOVERY_MRC_CACHE 64K
|
||||||
RW_MRC_CACHE 128K
|
RW_MRC_CACHE 64K
|
||||||
}
|
}
|
||||||
RW_ELOG(PRESERVE) 16K
|
RW_ELOG(PRESERVE) 16K
|
||||||
RW_SHARED 16K {
|
RW_SHARED 16K {
|
||||||
|
Reference in New Issue
Block a user