mb/msi: Drop unneeded empty lines

Change-Id: Id51da519582856b1856479b641599e14f79fd1ad
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45255
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS
2020-09-10 13:21:03 +02:00
committed by Michael Niewöhner
parent 5548ce5896
commit ee65079c96

View File

@@ -6,7 +6,6 @@
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
/* /*
* Lane ID Mapping (from Fam15h BKDG: Table 45: Lane Id Mapping) * Lane ID Mapping (from Fam15h BKDG: Table 45: Lane Id Mapping)
* *
@@ -170,7 +169,6 @@ static CONST PSO_ENTRY ROMDATA PlatformMemoryTable[] = {
PSO_END PSO_END
}; };
void board_BeforeInitPost(struct sysinfo *cb, AMD_POST_PARAMS *InitPost) void board_BeforeInitPost(struct sysinfo *cb, AMD_POST_PARAMS *InitPost)
{ {
InitPost->MemConfig.PlatformMemoryConfiguration = (PSO_ENTRY *)PlatformMemoryTable; InitPost->MemConfig.PlatformMemoryConfiguration = (PSO_ENTRY *)PlatformMemoryTable;