From 36479fe7012600373a6346e2366ec4c9f05719b4 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Tue, 21 Feb 2023 01:07:17 +0000 Subject: [PATCH] rpi: use bcm2835-userland all rpi images Signed-off-by: Ian Leonard --- projects/RPi/options | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/RPi/options b/projects/RPi/options index 653f26070d..9b076eec9a 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -73,11 +73,8 @@ # for a list of additional drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" - if [ ${TARGET_ARCH} = "aarch64" ]; then - ADDITIONAL_PACKAGES+=" bcm2835-userland" - else - ADDITIONAL_DRIVERS+=" bcm2835-driver" - fi +# Comment ADDITIONAL_PACKAGES below if using bcm2835-driver +# ADDITIONAL_DRIVERS+=" bcm2835-driver" if [ "${ALSA_SUPPORT}" = "yes" ]; then ADDITIONAL_DRIVERS+=" rpi-cirrus-config" @@ -91,5 +88,8 @@ # Space separated list is supported, DRIVER_ADDONS="crazycat dvb-latest" + # additional packages to install: + ADDITIONAL_PACKAGES+=" bcm2835-userland" + # debug tty path DEBUG_TTY="/dev/console"