diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-04-07 13:14:05 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-07 21:30:05 +0200 |
commit | c9674d2f4fe99cfdfaee1865a4591fbc8ac4c0c6 (patch) | |
tree | cbba4505626fefd786432ee54ba5a1b6e53de4df | |
parent | c306225e5aac24f8a0f823fc8861f3b50f4c47ae (diff) | |
download | buildroot-c9674d2f4fe99cfdfaee1865a4591fbc8ac4c0c6.tar.gz buildroot-c9674d2f4fe99cfdfaee1865a4591fbc8ac4c0c6.zip |
configs/raspberrypi: remove BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS became ineffective in commit a5ce7590c4b
(package/rpi-firmware: bump version), and was removed in commit 4e92ffdc47cc
(rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS).
Remove it from the Pi configs.
Also, remove the now obsolete comment in these config files.
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/raspberrypi2_defconfig | 2 | ||||
-rw-r--r-- | configs/raspberrypi_dt_defconfig | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index 4d4944f9e3..814e1820e8 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -19,6 +19,4 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="23c76b7f608e51258c6fca02aebeb5d588583149" BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" BR2_LINUX_KERNEL_ZIMAGE=y -# Install the DTB files, as the RPi2 uses the Device Tree BR2_PACKAGE_RPI_FIRMWARE=y -BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS=y diff --git a/configs/raspberrypi_dt_defconfig b/configs/raspberrypi_dt_defconfig index ca62084c4d..c727a7cdfd 100644 --- a/configs/raspberrypi_dt_defconfig +++ b/configs/raspberrypi_dt_defconfig @@ -17,6 +17,4 @@ BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi/linux-3.18-rpi-dt.defconfig" BR2_LINUX_KERNEL_ZIMAGE=y -# Install the DTB files BR2_PACKAGE_RPI_FIRMWARE=y -BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS=y |