Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35597 )
Change subject: Kconfig: Make it more clear what CONFIG_CBFS_SIZE is for ......................................................................
Kconfig: Make it more clear what CONFIG_CBFS_SIZE is for
CONFIG_CBFS_SIZE should only be used as a parameter to generate the default FMAP.
Change-Id: Ic7926e1638d7fb49ba61af28d682315786c3c39e Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/35597/1
diff --git a/src/Kconfig b/src/Kconfig index a1c016e..e9287d3 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -356,7 +356,8 @@ to span the whole ROM on all but Intel systems that use an Intel Firmware Descriptor. It can be overridden to make coreboot live alongside other components like ChromeOS's vboot/FMAP or Intel's IFD / ME / TXE - binaries. + binaries. This symbol should only used to generate a default FMAP and + is unused when a separate fmd file is specified.
config FMDFILE string "fmap description file in fmd format"