mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Thomas Petazzoni
parent
ade2db3ad2
commit
74b46d08da
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user