summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-03-01 22:43:40 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2015-03-01 22:43:40 +0100
commit57c8e6bffbbef9b2331551093c3436303eb18386 (patch)
tree9738595e6c54810e8a09eb0b4e6a002c2132962a
parent4e59c28f70983524245b12343ea21e2777ff1fee (diff)
downloadmeta-raspberrypi-57c8e6bffbbef9b2331551093c3436303eb18386.tar.gz
rpi-base.inc: Include the RPI2 DTB
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 102f9d8..a26803a 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -21,6 +21,8 @@ XSERVER = " \
21KERNEL_DEVICETREE ?= " \ 21KERNEL_DEVICETREE ?= " \
22 bcm2708-rpi-b.dtb \ 22 bcm2708-rpi-b.dtb \
23 bcm2708-rpi-b-plus.dtb \ 23 bcm2708-rpi-b-plus.dtb \
24 bcm2709-rpi-2-b.dtb \
25 \
24 ds1307-rtc-overlay.dtb \ 26 ds1307-rtc-overlay.dtb \
25 hifiberry-amp-overlay.dtb \ 27 hifiberry-amp-overlay.dtb \
26 hifiberry-dac-overlay.dtb \ 28 hifiberry-dac-overlay.dtb \