summaryrefslogtreecommitdiff
path: root/package/bcm2835-bootloader
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-04 10:09:24 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-04 10:09:24 +0100
commit7c71cc32dfe3162e5df644f46fc5405128aad885 (patch)
tree71fbc8bcdc9de31b90cdf4f44512deb1eec750ea /package/bcm2835-bootloader
parent62e251378c7e36a1cb3a5eaa56db5cd592710015 (diff)
add DT trailer to kernel for raspberry pi with dt
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
Diffstat (limited to 'package/bcm2835-bootloader')
-rw-r--r--package/bcm2835-bootloader/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/bcm2835-bootloader/Makefile b/package/bcm2835-bootloader/Makefile
index e452757b3..b119c0c14 100644
--- a/package/bcm2835-bootloader/Makefile
+++ b/package/bcm2835-bootloader/Makefile
@@ -66,8 +66,6 @@ ifneq ($(ADK_KERNEL_SND_BCM2708_SOC_RPI_PROTO),)
$(IDIR_BCM2835_BOOTLOADER)/boot/config.txt
printf "dtoverlay=rpi-proto\n" >> \
$(IDIR_BCM2835_BOOTLOADER)/boot/config.txt
- printf "dtdebug=on\n" >> \
- $(IDIR_BCM2835_BOOTLOADER)/boot/config.txt
endif
else
printf "device_tree=\n" >> \