about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorMarkus Theil <theil.markus@gmail.com>2023-07-19 13:38:43 +0200
committerMarkus Theil <theil.markus@gmail.com>2023-07-19 13:38:43 +0200
commite43792e88d8ebdc5f878d9857b9ab599ff1d582c (patch)
treefe8987c8ab760930e1ebf2f985cf7ec6c4c90bed /lib/systems
parentaca9c8086fa57934a168e1f8ead4c75ca8cc9b6e (diff)
lib.systems.bluefield2: remove cpu profile
Some software, e.g. systemd, failed to build with set cpu
profile.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/platforms.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 0b6a9f3891da7..d2e8f77bec03e 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -213,7 +213,6 @@ rec {
   bluefield2 = {
     gcc = {
       arch = "armv8-a+fp+simd+crc+crypto";
-      cpu = "cortex-a72";
     };
   };