Drop (empty) sandybridge_late_initialization()

The function is empty (a left-over from i945) and should be removed.

Change-Id: I91e573b5e37cb9133ea1037aef7e6daf3c292864
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1290
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Stefan Reinauer
2012-06-18 15:43:50 -07:00
committed by Patrick Georgi
parent b405857bef
commit afcaac2db5
4 changed files with 3 additions and 17 deletions

View File

@@ -158,8 +158,3 @@ void sandybridge_early_initialization(int chipset_type)
sandybridge_setup_graphics();
}
void sandybridge_late_initialization(void)
{
}