mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
dd94917555
commit
1fb4dcc0b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user