cbfstool: Drop update-fit option
The ifittool is used instead. Drop old code. Change-Id: I70fec5fef9ffd1ba3049badb398783f31aefb02f Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31496 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
committed by
Patrick Rudolph
parent
5e3b92a924
commit
9ab80a33a5
@@ -72,11 +72,4 @@ int fit_add_microcode_file(struct fit_table *fit,
|
||||
fit_offset_converter_t offset_helper,
|
||||
const size_t max_fit_entries);
|
||||
|
||||
/* Legacy code */
|
||||
int fit_update_table(struct buffer *bootblock, struct cbfs_image *image,
|
||||
const char *microcode_blob_name,
|
||||
unsigned int empty_entries,
|
||||
fit_offset_converter_t offset_fn, uint32_t topswap_size,
|
||||
uint32_t first_mcu_addr);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user