diff options
author | 2013-08-01 18:07:14 +0200 | |
---|---|---|
committer | 2013-08-01 18:07:14 +0200 | |
commit | e2a5288552ca0ac70a08f998ddcf74270f94d219 (patch) | |
tree | bf1ef72384e84ecd8d176cce24c721f62c5a5a2d /linux | |
parent | 235535405cd076b31eb9d355a0e00ba663eca705 (diff) | |
download | buildroot-e2a5288552ca0ac70a08f998ddcf74270f94d219.tar.gz buildroot-e2a5288552ca0ac70a08f998ddcf74270f94d219.tar.bz2 |
linux: update help text of BR2_LINUX_KERNEL_INSTALL_TARGET
The BR2_LINUX_KERNEL_INSTALL_TARGET option not only copies the kernel
image to /boot, but also the DTBs, if such DTBs are generated by the
build process. It makes sense to mention that in the help text of this
option.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index db5e795f74..7274481b7b 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -297,6 +297,9 @@ config BR2_LINUX_KERNEL_INSTALL_TARGET /boot in the target root filesystem, as is typically done on x86/x86_64 systems. + Note that this option also installs the Device Tree Blobs to + /boot if DTBs have been generated by the kernel build + process. # Linux extensions source "linux/Config.ext.in" |