Braswell: Use CBFS image type name
Use the simplified CBFS image type name in Makefile.inc. BRANCH=none BUG=None TEST=Build and run on cyan Change-Id: Idb62de7fce36fde38a6fbeeefdfc2dd0d75bd493 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: http://review.coreboot.org/10872 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
89f73dccdb
commit
b0630bfcbe
|
@ -9,5 +9,5 @@ fsp_ucode_cbfs_base = $(CONFIG_CPU_MICROCODE_CBFS_LOC)
|
|||
|
||||
# Override the location that was supplied by the core code.
|
||||
add-cpu-microcode-to-cbfs = \
|
||||
$(CBFSTOOL) $(1) add -n $(cpu_ucode_cbfs_name) -f $(cpu_ucode_cbfs_file) -t 0x53 -b $(fsp_ucode_cbfs_base)
|
||||
$(CBFSTOOL) $(1) add -n $(cpu_ucode_cbfs_name) -f $(cpu_ucode_cbfs_file) -t microcode -b $(fsp_ucode_cbfs_base)
|
||||
|
||||
|
|
Loading…
Reference in New Issue