aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/romstage.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-15 13:17:23 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-10-14 09:19:22 +0000
commit41e66ac38fdca75a982756b8478bd5ec1e3b9c72 (patch)
treeb99c0dd332627a6914f231940ce7321f4877768c /src/northbridge/intel/x4x/romstage.c
parentfd19075045b6834cab2b01e04e6192e6ca71f429 (diff)
nb/intel/x4x: Place raminit definitions in raminit.h
There's no need to have implementation details in a public header. Tested with BUILD_TIMELESS=1, Asus P5QL PRO remains identical. Change-Id: I04d8c610d3e52adecfe96cc435f0523bedf3060a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45424 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel/x4x/romstage.c')
-rw-r--r--src/northbridge/intel/x4x/romstage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/northbridge/intel/x4x/romstage.c b/src/northbridge/intel/x4x/romstage.c
index 5a30a8040a..648520c038 100644
--- a/src/northbridge/intel/x4x/romstage.c
+++ b/src/northbridge/intel/x4x/romstage.c
@@ -2,7 +2,6 @@
#include <console/console.h>
#include <southbridge/intel/common/pmclib.h>
-#include <northbridge/intel/x4x/x4x.h>
#include <arch/romstage.h>
#if CONFIG(SOUTHBRIDGE_INTEL_I82801JX)
@@ -11,6 +10,9 @@
#include <southbridge/intel/i82801gx/i82801gx.h>
#endif
+#include "raminit.h"
+#include "x4x.h"
+
__weak void mb_pre_raminit_setup(int s3_resume)
{
}