diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-03-16 16:53:00 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-19 11:23:59 +0000 |
commit | c9aecb4440d753168e84039c27906472d6174e3e (patch) | |
tree | 598f41548b032d396a3db3b8d74091b655751658 /src/cpu/intel/fit/Makefile.inc | |
parent | eeacd8349c1bf208acf393e10e72a6da413a67ef (diff) |
cpu/intel/fit: Reserve the FIT pointer using a .c file
No need to do this assembly anymore.
Change-Id: I69b42c31e495530fe96030a5a25209775f9d4dca
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51533
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/intel/fit/Makefile.inc')
-rw-r--r-- | src/cpu/intel/fit/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc index ee6d55885d..ae4e71a79f 100644 --- a/src/cpu/intel/fit/Makefile.inc +++ b/src/cpu/intel/fit/Makefile.inc @@ -1,4 +1,4 @@ -bootblock-y += fit.S +bootblock-y += fit.c # The FIT table is generated as a separate CBFS file. # The FIT pointer is reserved in fit.c and updated to point to the 'intel_fit' |