about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorAdam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>2023-07-24 05:50:46 +0000
committerGitHub <noreply@github.com>2023-07-24 05:50:46 +0000
commit057d63a7970f7bee9590013c63864b0cafcfa40c (patch)
tree23469d2b0a18e2cf72d29e0680ac9d5b8af1ab8d /lib/systems
parentd3b2ffeeda3bf91b893edc1d69f178009d4e3094 (diff)
parente43792e88d8ebdc5f878d9857b9ab599ff1d582c (diff)
Merge pull request #244330 from thillux/bluefield2-remove-cpu
lib.systems.bluefield2: remove cpu profile
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";
     };
   };