aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/samsung/lumpy/romstage.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-06-18 15:43:50 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2012-07-24 15:54:43 +0200
commitafcaac2db512c5868db81e2dc038b5ae19ec8b71 (patch)
treedd208123cd6a2d9578c632215b3d85c52594cb2c /src/mainboard/samsung/lumpy/romstage.c
parentb405857befbc20dd0be39c1cb6293cea4974fb39 (diff)
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>
Diffstat (limited to 'src/mainboard/samsung/lumpy/romstage.c')
-rw-r--r--src/mainboard/samsung/lumpy/romstage.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c
index 3be7c009b7..4bba76ec9d 100644
--- a/src/mainboard/samsung/lumpy/romstage.c
+++ b/src/mainboard/samsung/lumpy/romstage.c
@@ -327,11 +327,8 @@ void main(unsigned long bist)
rcba_config();
post_code(0x3c);
- /* Initialize the internal PCIe links before we go into stage2 */
- sandybridge_late_initialization();
-
- post_code(0x3e);
quick_ram_check();
+ post_code(0x3e);
MCHBAR16(SSKPD) = 0xCAFE;