aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/cimx/sb700
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/cimx/sb700')
-rw-r--r--src/vendorcode/amd/cimx/sb700/Makefile.inc4
-rw-r--r--src/vendorcode/amd/cimx/sb700/SBPort.c (renamed from src/vendorcode/amd/cimx/sb700/SBPOR.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/cimx/sb700/Makefile.inc b/src/vendorcode/amd/cimx/sb700/Makefile.inc
index ebd1cf2e5f..aed81c41c6 100644
--- a/src/vendorcode/amd/cimx/sb700/Makefile.inc
+++ b/src/vendorcode/amd/cimx/sb700/Makefile.inc
@@ -44,7 +44,7 @@ romstage-y += SATA.c
romstage-y += SBCMN.c
romstage-y += SBCMNLIB.c
romstage-y += SBMAIN.c
-romstage-y += SBPOR.c
+romstage-y += SBPort.c
romstage-y += SMM.c
romstage-y += USB.c
@@ -60,7 +60,7 @@ ramstage-y += SATA.c
ramstage-y += SBCMN.c
ramstage-y += SBCMNLIB.c
ramstage-y += SBMAIN.c
-ramstage-y += SBPOR.c
+ramstage-y += SBPort.c
ramstage-y += SMM.c
ramstage-y += USB.c
ramstage-y += LEGACY.c
diff --git a/src/vendorcode/amd/cimx/sb700/SBPOR.c b/src/vendorcode/amd/cimx/sb700/SBPort.c
index 6c5740bf37..6c5740bf37 100644
--- a/src/vendorcode/amd/cimx/sb700/SBPOR.c
+++ b/src/vendorcode/amd/cimx/sb700/SBPort.c