rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
authorRyan Coe <bluemrp9@gmail.com>
Wed, 4 Mar 2015 19:06:26 +0000 (11:06 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Mar 2015 20:27:43 +0000 (21:27 +0100)
Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rpi-firmware/Config.in

index 80ba88ac13ca2ce9ed692702ca1dae8d5f295e5f..cd45be4ea45a8a98a241b48de46a3fbb1f0b1dd8 100644 (file)
@@ -45,15 +45,4 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
        default "_x"    if BR2_PACKAGE_RPI_FIRMWARE_X
        default "_cd"   if BR2_PACKAGE_RPI_FIRMWARE_CD
 
-config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
-       bool "Install Device Tree Blobs (DTBs)"
-       help
-         Say 'y' here if you want to boot your kernel that has support
-         for the device tree.
-
-         Note that the defconfig files in the Raspberry Pi fork of the
-         Linux kernel do not enable support for the Device Tree. You'll
-         have to provide your own Linux config or defconfig file with
-         device tree enabled, to make use of those DTBs.
-
 endif # BR2_PACKAGE_RPI_FIRMWARE