From 1fb4dcc0b57bb51aac9c047f17048e1121b690fb Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Mon, 14 May 2018 09:22:59 -0500 Subject: rpi-config: remove explicit device tree selection for raspberrypi3-64 The current firmware doesn't need this. Signed-off-by: Peter A. Bigot --- recipes-bsp/bootfiles/rpi-config_git.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index bb3a0fb..0b93208 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() { echo "# Enable audio (loads snd_bcm2835)" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt - - # Device Tree support - echo "# Load correct Device Tree for Aarch64" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt - echo "device_tree=bcm2710-rpi-3-b.dtb" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt } addtask deploy before do_build after do_install -- cgit v1.2.3-54-g00ecf