soc/intel/apollolake: Wrap lines at 80 columns
Fix the following warning detected by checkpatch.pl: WARNING: line over 80 characters TEST=Build for reef Change-Id: I4fbe95037ca4b52e64ba37e5c739af4a03f64feb Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/18728 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
@ -30,29 +30,31 @@
|
||||
* space. However, 256KiB right below 4GiB is decoded by read-only SRAM and not
|
||||
* boot media.
|
||||
*
|
||||
* +----------------+ 0
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* +------------+ | |
|
||||
* | IFD | | |
|
||||
* bios_start +---> +------------+--------------------------> +----------------+ 4GiB - bios_size
|
||||
* ^ | | ^ | |
|
||||
* | | | | | |
|
||||
* | | | bios_mapped_size | BIOS |
|
||||
* | | BIOS | | | |
|
||||
* bios_size | | | | |
|
||||
* | | | v | |
|
||||
* | | +--------------------------> +----------------+ 4GiB - 256KiB
|
||||
* v | | | Read only SRAM |
|
||||
* bios_end +---> +------------+ +----------------+ 4GiB
|
||||
* | Device ext |
|
||||
* +------------+
|
||||
* +-----------+ 0
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* +--------+ | |
|
||||
* | IFD | | |
|
||||
* bios_start +---> +--------+------------------> +-----------+ 4GiB - bios_size
|
||||
* ^ | | ^ | |
|
||||
* | | | | | |
|
||||
* | | | bios_mapped_size | BIOS |
|
||||
* | | BIOS | | | |
|
||||
* bios_size | | | | |
|
||||
* | | | v | |
|
||||
* | | +------------------> +-----------+ 4GiB - 256KiB
|
||||
* | | | | Read only |
|
||||
* v | | | SRAM |
|
||||
* bios_end +---> +--------+ +-----------+ 4GiB
|
||||
* | Device |
|
||||
* | ext |
|
||||
* +--------+
|
||||
*
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user