configs/raspberrypi5: use correct CPU

The Raspberry Pi 5 uses a quad-core ARM Cortex-A76 CPU cluster[1].

This fixes incorrect CPU as it is no big.LITTLE CPU.

[1]: https://www.raspberrypi.com/documentation/computers/processors.html#bcm2712

Signed-off-by: Athaariq Ardhiansyah <foss@athaariq.my.id>
Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Athaariq Ardhiansyah
2024-08-09 13:43:45 +02:00
committed by Thomas Petazzoni
parent ade2db3ad2
commit 74b46d08da

View File

@@ -1,6 +1,5 @@
BR2_aarch64=y
BR2_cortex_a76_a55=y
BR2_ARM_FPU_VFPV4=y
BR2_cortex_a76=y
# patches
BR2_GLOBAL_PATCH_DIR="board/raspberrypi/patches"