mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: via/epia-m700: Wrap long line in comment
Wrapping the long line tries to address a warning by `checkpatch.pl`,
but the line is still over 80 characters long.
BUG=none
BRANCH=none
TEST=none
Change-Id: If63c7ff3fb041b070dc815ffe05592edbb03dbec
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 619e83045a
Original-Change-Id: Ib75d4da1880624eb83f7a419cb6762f1c4c2a7b2
Original-Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-on: https://review.coreboot.org/20033
Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-on: https://chromium-review.googlesource.com/528255
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
c65c6854f6
commit
160d63305f
1 changed files with 2 additions and 1 deletions
|
@ -526,7 +526,8 @@ void main(unsigned long bist)
|
|||
*/
|
||||
#if PAYLOAD_IS_SEABIOS == 1
|
||||
if (boot_mode == 3) {
|
||||
/* An idea of Libo.Feng at amd.com in http://www.coreboot.org/pipermail/coreboot/2008-December/043111.html
|
||||
/* An idea of Libo.Feng at amd.com in
|
||||
* http://www.coreboot.org/pipermail/coreboot/2008-December/043111.html
|
||||
*
|
||||
* I want move the 1M data, I have to set some MTRRs myself.
|
||||
* Setting MTRR before back memory save s3 resume time about
|
||||
|
|
Loading…
Add table
Reference in a new issue