sandy/ivybridge: Native raminit (lint clean)
Remove some trailing whitespaces and add header guards for code
introduced in:
7686a56
sandy/ivybridge: Native raminit
Change-Id: Ifc9a785ea3a43cfe1f406b57eeba9b5f94f36711
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6393
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
parent
7686a56574
commit
a014521b90
|
@ -1,3 +1,6 @@
|
|||
#ifndef SANDYBRIDGE_RAMINIT_PATTERNS_H
|
||||
#define SANDYBRIDGE_RAMINIT_PATTERNS_H
|
||||
|
||||
const u32 pattern[][16] = {
|
||||
{0x00000000, 0x00000000, 0xffffffff, 0xffffffff,
|
||||
0x00000000, 0x00000000, 0xffffffff, 0xffffffff,
|
||||
|
@ -637,3 +640,5 @@ static const u8 invert[63][32] = {
|
|||
0x88, 0xa4, 0x1c, 0xea, 0x11, 0x8c, 0xfb, 0xbe, 0x70, 0x62, 0xec, 0x4e, 0x00, 0x56, 0x0e, 0xa9,
|
||||
},
|
||||
};
|
||||
|
||||
#endif /* SANDYBRIDGE_RAMINIT_PATTERNS_H */
|
||||
|
|
Loading…
Reference in New Issue