From d4ffd4aa09b14ac7fabb5b57a467e812b847515c Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 30 Apr 2023 13:15:45 +0800 Subject: [PATCH] ubootRock{,Pro}64: drop extraMakeFlags as the u-boot.itb target has been removed --- pkgs/misc/uboot/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index df6f1141ff66..c56def278941 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -483,7 +483,6 @@ in { sha256 = "0h7xm4ck3p3380c6bqm5ixrkxwcx6z5vysqdwvfa7gcqx5d6x5zz"; }; in buildUBoot { - extraMakeFlags = [ "all" "u-boot.itb" ]; defconfig = "rock64-rk3328_defconfig"; extraMeta = { platforms = [ "aarch64-linux" ]; @@ -505,7 +504,6 @@ in { }; ubootRockPro64 = buildUBoot { - extraMakeFlags = [ "all" "u-boot.itb" ]; extraPatches = [ # https://patchwork.ozlabs.org/project/uboot/list/?series=237654&archive=both&state=* (fetchpatch {