From 59fa9439bdee6fe89c7a193bbb61c1c18b705201 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Fri, 15 Mar 2019 09:43:02 +0100 Subject: common: extend BOOTM_FITIMAGE_SIGNATURE help text This points out how to actually use BOOTM_FITIMAGE_SIGNATURE. Signed-off-by: Bastian Krause Signed-off-by: Sascha Hauer --- common/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 43b657019f..76632b324e 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -630,7 +630,9 @@ config BOOTM_FITIMAGE_PUBKEY default "../fit/pubkey.dtsi" depends on BOOTM_FITIMAGE_SIGNATURE help - Set Path to a dts snippet which holds the public keys for FIT images. + Set Path to a dts snippet which holds the public keys for FIT images. The + snippet can then be included in a device tree with + "#include CONFIG_BOOTM_FITIMAGE_PUBKEY". config BOOTM_FORCE_SIGNED_IMAGES bool -- cgit v1.2.3