mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
bcm_host_is_model_pi4 should be equivalent to a test that the processor type is BCM2711, so implement it as such (having added BCM2711 as a recognised processor type and deprecating the name BCM2838). See: https://github.com/raspberrypi/userland/issues/695 Signed-off-by: Phil Elwell <phil@raspberrypi.com>