diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-02-18 14:35:54 +0100 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-06-24 09:45:00 +0000 |
commit | 9ab80a33a53ec294d89d9d37deb5d48ada2e1935 (patch) | |
tree | a02e2b9d56a087c730c0546f80d00ec031d30c9b /util/cbfstool/fit.h | |
parent | 5e3b92a92404c6d131682ddfd501bd88341e77a4 (diff) |
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>
Diffstat (limited to 'util/cbfstool/fit.h')
-rw-r--r-- | util/cbfstool/fit.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util/cbfstool/fit.h b/util/cbfstool/fit.h index e5872ab599..c647ec506e 100644 --- a/util/cbfstool/fit.h +++ b/util/cbfstool/fit.h @@ -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 |