[Buildroot] [PATCH 1/1] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS

Ryan Coe bluemrp9 at gmail.com
Wed Mar 4 19:06:26 UTC 2015


Signed-off-by: Ryan Coe <bluemrp9 at gmail.com>
---
 package/rpi-firmware/Config.in | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in
index 80ba88a..cd45be4 100644
--- a/package/rpi-firmware/Config.in
+++ b/package/rpi-firmware/Config.in
@@ -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
-- 
2.3.1



More information about the buildroot mailing list