summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b-f/romstage.c
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-02-02 19:23:47 -0500
committerPatrick Georgi <pgeorgi@google.com>2020-03-30 08:47:36 +0000
commit7e269ad06c5487c8a0731594167d6840482dfcb7 (patch)
treeb7d7144eff9ebf25cb64f965af020a1c2058d5b5 /src/mainboard/asus/p2b-f/romstage.c
parentbf7d6f1a82926fdb61aec78f7bbd44c97af4437f (diff)
downloadcoreboot-7e269ad06c5487c8a0731594167d6840482dfcb7.tar.xz
asus/p2b-f: Transform into variant
TEST=build with BUILD_TIMELESS=1, binary does not change Change-Id: I56983cabfad574b970aba098a178e691c6b354d1 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39902 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p2b-f/romstage.c')
-rw-r--r--src/mainboard/asus/p2b-f/romstage.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainboard/asus/p2b-f/romstage.c b/src/mainboard/asus/p2b-f/romstage.c
deleted file mode 100644
index f91a806b5e..0000000000
--- a/src/mainboard/asus/p2b-f/romstage.c
+++ /dev/null
@@ -1,17 +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.
- */
-
-/* Shares romstage with the better supported P2B-LS sibling. */
-#include "../p2b-ls/romstage.c"