aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b-ds/romstage.c
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-02-02 20:36:26 -0500
committerAngel Pons <th3fanbus@gmail.com>2020-04-18 18:51:44 +0000
commitb7c11c6953285f64603a6e1a115b2fdc1505d832 (patch)
tree1c8a02b7185c2b12cd1fb58e4828ff568d87a735 /src/mainboard/asus/p2b-ds/romstage.c
parent6f1494b25277af88cf1a7c010c1a75e641f45a08 (diff)
asus/p2b-ds: Transform into variant
TEST=build with BUILD_TIMELESS=1, binary does not change Change-Id: I864f939a84ee9e90013ba9d3fcc8a7e4bf03e4ee Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39904 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p2b-ds/romstage.c')
-rw-r--r--src/mainboard/asus/p2b-ds/romstage.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mainboard/asus/p2b-ds/romstage.c b/src/mainboard/asus/p2b-ds/romstage.c
deleted file mode 100644
index 67ba632ece..0000000000
--- a/src/mainboard/asus/p2b-ds/romstage.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#include <northbridge/intel/i440bx/raminit.h>
-#include <superio/winbond/common/winbond.h>
-#include <superio/winbond/w83977tf/w83977tf.h>
-
-#define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)
-
-void mainboard_enable_serial(void)
-{
- winbond_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-}