summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2019-03-15 09:43:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-18 09:08:35 +0100
commit59fa9439bdee6fe89c7a193bbb61c1c18b705201 (patch)
tree40d24c75a772b6cd693cbacbe30b6f1dafc6fa46 /common
parentf6081dd12de10d07a488bd00fc3adaea133572bc (diff)
downloadbarebox-59fa9439bdee6fe89c7a193bbb61c1c18b705201.tar.gz
barebox-59fa9439bdee6fe89c7a193bbb61c1c18b705201.tar.xz
common: extend BOOTM_FITIMAGE_SIGNATURE help text
This points out how to actually use BOOTM_FITIMAGE_SIGNATURE. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig4
1 files changed, 3 insertions, 1 deletions
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