diff options
Diffstat (limited to 'src/cpu/intel/fit')
-rw-r--r-- | src/cpu/intel/fit/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc index ef2090a67d..d3f12e43e6 100644 --- a/src/cpu/intel/fit/Makefile.inc +++ b/src/cpu/intel/fit/Makefile.inc @@ -8,7 +8,7 @@ bootblock-y += fit.c cbfs-files-y += intel_fit intel_fit-file := fit_table.c:struct -intel_fit-type := raw +intel_fit-type := intel_fit intel_fit-align := 16 $(call add_intermediate, set_fit_ptr, $(IFITTOOL)) @@ -41,7 +41,7 @@ endif # FIT_ENTRY cbfs-files-y += intel_fit_ts intel_fit_ts-file := fit_table.c:struct -intel_fit_ts-type := raw +intel_fit_ts-type := intel_fit intel_fit_ts-align := 16 endif # CONFIG_INTEL_ADD_TOP_SWAP_BOOTBLOCK |