aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x220
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2018-10-15 09:53:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-10-19 08:42:06 +0000
commit4ebf9d359da52779427b544537f17d1753260351 (patch)
treee4a2e72037cf219ea8ad6b4fea07dca149563127 /src/mainboard/lenovo/x220
parentd5a8155f1b90531201ae578e019182823614bcea (diff)
mb/lenovo/*/romstage: Remove explicit power-on defaults
Change-Id: Ib359e4039f87bb87faac040f24f70cc0988c0ea8 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29107 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/lenovo/x220')
-rw-r--r--src/mainboard/lenovo/x220/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x220/romstage.c b/src/mainboard/lenovo/x220/romstage.c
index 96e0284313..6efcd0116e 100644
--- a/src/mainboard/lenovo/x220/romstage.c
+++ b/src/mainboard/lenovo/x220/romstage.c
@@ -50,7 +50,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
- RCBA32(BUC) = 0;
}
void mainboard_fill_pei_data(struct pei_data *pei_data)