summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/fit.h
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-02-18 14:35:54 +0100
committerPatrick Rudolph <siro@das-labor.org>2019-06-24 09:45:00 +0000
commit9ab80a33a53ec294d89d9d37deb5d48ada2e1935 (patch)
treea02e2b9d56a087c730c0546f80d00ec031d30c9b /util/cbfstool/fit.h
parent5e3b92a92404c6d131682ddfd501bd88341e77a4 (diff)
downloadcoreboot-9ab80a33a53ec294d89d9d37deb5d48ada2e1935.tar.gz
coreboot-9ab80a33a53ec294d89d9d37deb5d48ada2e1935.tar.bz2
coreboot-9ab80a33a53ec294d89d9d37deb5d48ada2e1935.zip
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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/cbfstool/fit.h b/util/cbfstool/fit.h
index e5872ab5998f..c647ec506e67 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