soc/intel/common/block/cse: Tidy up table in comment
Adjust an ASCII art table so that it looks good: consistent padding and aligned table borders. Change-Id: I26196f969406e03f320256b0c3a337282f636914 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66707 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
492ce25475
commit
2e8e0601fd
|
@ -34,9 +34,9 @@
|
|||
* CSE Firmware supports 3 boot partitions. For CSE Lite SKU, only 2 boot partitions are
|
||||
* used and 3rd boot partition is set to BP_STATUS_PARTITION_NOT_PRESENT.
|
||||
* CSE Lite SKU Image Layout:
|
||||
* ------------- ------------------ --------------------
|
||||
* |CSE REGION | => | RO | DATA | RW | => | BP1 | DATA | BP2 |
|
||||
* ------------- ------------------ --------------------
|
||||
* +------------+ +----+------+----+ +-----+------+-----+
|
||||
* | CSE REGION | => | RO | DATA | RW | => | BP1 | DATA | BP2 |
|
||||
* +------------+ +----+------+----+ +-----+------+-----+
|
||||
*/
|
||||
#define CSE_MAX_BOOT_PARTITIONS 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue