mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
configs/nvidia_bf3: set BR2_cortex_a78
The nvidia BlueField-3 DPU includes Arm Cortex-A78 Hercules
processors. See [1].
The Cortex-A78 support was added in Buildroot in commit [2].
This commit adds BR2_cortex_a78=y in nvidia_bf3_defconfig to enable
optimisations for this processor.
[1] https://www.nvidia.com/en-us/networking/products/data-processing-unit/
[2] f4690c2bfd
Cc: Vincent Jardin <vjardin@free.fr>
Tested-by: Vincent Jardin <vjardin@free.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
BR2_aarch64=y
|
||||
BR2_cortex_a78=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_11=y
|
||||
BR2_GLOBAL_PATCH_DIR="board/nvidia/bf3/patches"
|
||||
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
||||
|
||||
Reference in New Issue
Block a user