summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/f2a85-m_le
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/f2a85-m_le')
-rw-r--r--src/mainboard/asus/f2a85-m_le/Makefile.inc4
-rw-r--r--src/mainboard/asus/f2a85-m_le/OemCustomize.c1
-rw-r--r--src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c1
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asus/f2a85-m_le/Makefile.inc b/src/mainboard/asus/f2a85-m_le/Makefile.inc
index 3dd68bceeb..f8895faa92 100644
--- a/src/mainboard/asus/f2a85-m_le/Makefile.inc
+++ b/src/mainboard/asus/f2a85-m_le/Makefile.inc
@@ -15,8 +15,8 @@
romstage-y += buildOpts.c
romstage-y += BiosCallOuts.c
-romstage-y += PlatformGnbPcie.c
+romstage-y += OemCustomize.c
ramstage-y += buildOpts.c
ramstage-y += BiosCallOuts.c
-ramstage-y += PlatformGnbPcie.c
+ramstage-y += OemCustomize.c
diff --git a/src/mainboard/asus/f2a85-m_le/OemCustomize.c b/src/mainboard/asus/f2a85-m_le/OemCustomize.c
new file mode 100644
index 0000000000..c8a48d9319
--- /dev/null
+++ b/src/mainboard/asus/f2a85-m_le/OemCustomize.c
@@ -0,0 +1 @@
+#include "../f2a85-m/OemCustomize.c"
diff --git a/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c b/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c
deleted file mode 100644
index d83a779c6e..0000000000
--- a/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../f2a85-m/PlatformGnbPcie.c"