]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
linux: update help text of BR2_LINUX_KERNEL_INSTALL_TARGET
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 1 Aug 2013 16:07:14 +0000 (18:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 1 Aug 2013 16:07:14 +0000 (18:07 +0200)
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>
linux/Config.in

index db5e795f7402e9fa478075c5aa48d0cf841dc44c..7274481b7b00fd800dc6e0a8d3d80751854e2803 100644 (file)
@@ -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"