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 /src/soc/intel/Kconfig | |
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 'src/soc/intel/Kconfig')
-rw-r--r-- | src/soc/intel/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index c447046de6..b8befc0fd2 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -46,5 +46,5 @@ config INTEL_TOP_SWAP_FIT_ENTRY_FMAP_REG hold a microcode) whose address as the first entry in the topswap FIT. This is useful in creating a asymmetric FIT in top swap bootblock than the one in non-topswap bootblock. This string will be passed - onto cbfstool (-q option). cbfstool will not parse the region for MCU + onto ifittool (-A -n option). ifittool will not parse the region for MCU entries, and only locate the region and insert its address into FIT. |