From 4562173d41854eaad63489b0f23b15f1d81d709b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 18 Sep 2024 14:30:18 +0200 Subject: [PATCH] Remove commit from U-Boot for now It causes the rebuild of U-Boot and OpenSBI, as we are now bundling the environment inside the U-Boot image. --- lagarto-ox.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index a1c4033..8e1dfd6 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -462,9 +462,6 @@ uboot-env = let init = "${config.system.build.toplevel}/init"; initrd = "${config.system.build.initialRamdisk}/initrd"; - rev = if self ? rev then self.rev - else throw ("Refusing to build from a dirty Git tree!"); - # Create pmem of 3 GiB [0x140000000, 0x200000000) #fdt mknode / pmem@0x140000000 #fdt set /pmem@0x140000000 compatible "pmem-region" @@ -490,7 +487,6 @@ # in prev.runCommand "uboot.txt" {} '' cat > $out <