mb/intel/glkrvp/chromeos.fmd: Correct indentation
Tested with BUILD_TIMELESS, no changes. Change-Id: Iaf615e95a30e9c02ad49351a3c0db253ad713ad4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38663 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
d1f7c6f286
commit
52c89d302b
|
@ -13,11 +13,11 @@ FLASH 16M {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MISC_RW@0x400000 0x4a000 {
|
MISC_RW@0x400000 0x4a000 {
|
||||||
UNIFIED_MRC_CACHE@0x0 0x31000 {
|
UNIFIED_MRC_CACHE@0x0 0x31000 {
|
||||||
RECOVERY_MRC_CACHE@0x0 0x10000
|
RECOVERY_MRC_CACHE@0x0 0x10000
|
||||||
RW_MRC_CACHE@0x10000 0x20000
|
RW_MRC_CACHE@0x10000 0x20000
|
||||||
RW_VAR_MRC_CACHE@0x30000 0x1000
|
RW_VAR_MRC_CACHE@0x30000 0x1000
|
||||||
}
|
}
|
||||||
RW_ELOG(PRESERVE)@0x31000 0x4000
|
RW_ELOG(PRESERVE)@0x31000 0x4000
|
||||||
RW_SHARED@0x35000 0x4000 {
|
RW_SHARED@0x35000 0x4000 {
|
||||||
SHARED_DATA@0x0 0x2000
|
SHARED_DATA@0x0 0x2000
|
||||||
|
|
Loading…
Reference in New Issue