diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:42:58 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:54:47 +0200 |
commit | 7974471e379e3aaefc0ecd5524c408e69537444b (patch) | |
tree | 4b01576406def94a93142f98a4639a7244dbbd12 /src/mainboard/gizmosphere | |
parent | 1f19d3494142bd12fa6d75f5761865346da5bcc5 (diff) |
mainboard: Trivial - drop trailing blank lines at EOF
Change-Id: I05d6d22664155ac8478e665733f816776e277c22
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6200
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/gizmosphere')
-rwxr-xr-x | src/mainboard/gizmosphere/gizmo/buildOpts.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/buildOpts.c b/src/mainboard/gizmosphere/gizmo/buildOpts.c index ba9a350893..5e496e11ec 100755 --- a/src/mainboard/gizmosphere/gizmo/buildOpts.c +++ b/src/mainboard/gizmosphere/gizmo/buildOpts.c @@ -466,5 +466,3 @@ CONST UINT8 SizeOfTableON = sizeof (AGESA_MEM_TABLE_ON) / sizeof (AGESA_MEM_TABL // /* platform code to read an SPD... */ // return Status; //} - - |