diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-16 16:57:21 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-08-02 15:29:10 +0000 |
commit | 12fc21b1cffcd8541abb534e2957f7f467e1667b (patch) | |
tree | a82f7c413d5b6fd227e94d14a10859aa8101580d /src/soc/intel/broadwell/northbridge.c | |
parent | 94aa18f527eb1aba7be653a7c20b40cdeeb895c7 (diff) |
soc/intel/broadwell: Rename `ramstage.h`
This file only contains the `broadwell_run_reference_code()` function
prototype (either a declaration or an inline stub definition). Rename
this file to refcode.h and only include it where necessary.
Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical.
Change-Id: I6513f45b8914a84312b27ef4860870a89fd0aab3
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55582
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/northbridge.c')
-rw-r--r-- | src/soc/intel/broadwell/northbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/northbridge.c b/src/soc/intel/broadwell/northbridge.c index 623ab70887..76ea35f87a 100644 --- a/src/soc/intel/broadwell/northbridge.c +++ b/src/soc/intel/broadwell/northbridge.c @@ -12,7 +12,7 @@ #include <soc/acpi.h> #include <soc/iomap.h> #include <soc/pci_devs.h> -#include <soc/ramstage.h> +#include <soc/refcode.h> #include <soc/systemagent.h> u8 systemagent_revision(void) |