summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-08 10:17:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-08 10:17:15 +0200
commit62e4a326f060853bb2ef0bb03c11f1b5bab2cdb9 (patch)
tree4cd32da1607946c4f8d683dedf9b66f2dd285dd6 /common/Kconfig
parent7fee6058f048afce4a76d961e03166ad573cc350 (diff)
parentff2a647bbf5caeacfba12de03451d318d7188d3a (diff)
downloadbarebox-62e4a326f060853bb2ef0bb03c11f1b5bab2cdb9.tar.gz
barebox-62e4a326f060853bb2ef0bb03c11f1b5bab2cdb9.tar.xz
Merge branch 'for-next/imx'
Diffstat (limited to 'common/Kconfig')
-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