Commit e43792e8 authored by Markus Theil's avatar Markus Theil
Browse files

lib.systems.bluefield2: remove cpu profile



Some software, e.g. systemd, failed to build with set cpu
profile.

Signed-off-by: default avatarMarkus Theil <theil.markus@gmail.com>
parent aca9c808
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -213,7 +213,6 @@ rec {
  bluefield2 = {
    gcc = {
      arch = "armv8-a+fp+simd+crc+crypto";
      cpu = "cortex-a72";
    };
  };