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. Change-Id: Ib75d4da1880624eb83f7a419cb6762f1c4c2a7b2 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/20033 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
e213bf3767
commit
619e83045a
|
@ -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…
Reference in New Issue