Forráskód Böngészése

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>
Athaariq Ardhiansyah 1 éve
szülő
commit
74b46d08da
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      configs/raspberrypi5_defconfig

+ 1 - 2
configs/raspberrypi5_defconfig

@@ -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"