summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-05-14 09:22:59 -0500
committerAndrei Gherzan <andrei@gherzan.com>2018-05-14 16:56:30 +0100
commitf2e2a4376e84dec6e5efeabaa86a4406fddf7dcd (patch)
tree2042e12eab5de705e5dacbc7e5748753e8926c0a
parent8632069f29afe4c1e9fca4ab73fc66e83b782d5c (diff)
downloadmeta-raspberrypi-f2e2a4376e84dec6e5efeabaa86a4406fddf7dcd.tar.gz
rpi-config: remove explicit device tree selection for raspberrypi3-64
The current firmware doesn't need this. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r--recipes-bsp/bootfiles/rpi-config_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
index 9440897..e0b2b58 100644
--- a/recipes-bsp/bootfiles/rpi-config_git.bb
+++ b/recipes-bsp/bootfiles/rpi-config_git.bb
@@ -188,10 +188,6 @@ do_deploy_append_raspberrypi3-64() {
188 188
189 echo "# Enable audio (loads snd_bcm2835)" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt 189 echo "# Enable audio (loads snd_bcm2835)" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
190 echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt 190 echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
191
192 # Device Tree support
193 echo "# Load correct Device Tree for Aarch64" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
194 echo "device_tree=bcm2710-rpi-3-b.dtb" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
195} 191}
196 192
197addtask deploy before do_build after do_install 193addtask deploy before do_build after do_install