0553-ARM-dts-Restore-dtbs_install-functionality.patch 812 B

12345678910111213141516171819202122232425
  1. From 192835cf562bf63050f3f4b3dab768f3481eb93d Mon Sep 17 00:00:00 2001
  2. From: Phil Elwell <phil@raspberrypi.org>
  3. Date: Sat, 26 Nov 2016 14:01:52 +0000
  4. Subject: [PATCH] ARM: dts: Restore dtbs_install functionality
  5. Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  6. ---
  7. arch/arm/boot/dts/Makefile | 3 ++-
  8. 1 file changed, 2 insertions(+), 1 deletion(-)
  9. --- a/arch/arm/boot/dts/Makefile
  10. +++ b/arch/arm/boot/dts/Makefile
  11. @@ -806,10 +806,11 @@ dtstree := $(srctree)/$(src)
  12. dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
  13. always := $(dtb-y)
  14. -subdir-y := $(dts-dirs) overlays
  15. +subdir-y := overlays
  16. clean-files := *.dtb
  17. # Enable fixups to support overlays on BCM2708 platforms
  18. ifeq ($(RPI_DT_OVERLAYS),y)
  19. DTC_FLAGS ?= -@ -H epapr
  20. + dts-dirs += overlays
  21. endif