about summary refs log tree commit diff
path: root/apple-silicon-support/packages/uboot-asahi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'apple-silicon-support/packages/uboot-asahi/default.nix')
-rw-r--r--apple-silicon-support/packages/uboot-asahi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/apple-silicon-support/packages/uboot-asahi/default.nix b/apple-silicon-support/packages/uboot-asahi/default.nix
index a1491f41f065..02075891677d 100644
--- a/apple-silicon-support/packages/uboot-asahi/default.nix
+++ b/apple-silicon-support/packages/uboot-asahi/default.nix
@@ -32,8 +32,8 @@
   patches = [ 
   ];
 
-  # flag somehow breaks DTC compilation so we remove it
-  makeFlags = builtins.filter (s: (lib.strings.hasPrefix s "DTC")) o.makeFlags;
+  # DTC= flag somehow breaks DTC compilation so we remove it
+  makeFlags = builtins.filter (s: (!(lib.strings.hasPrefix "DTC=" s))) o.makeFlags;
 
   preInstall = ''
     # compress so that m1n1 knows U-Boot's size and can find things after it