From 624f88c6c0905829b02355839989c134143e6789 Mon Sep 17 00:00:00 2001 From: Sophie Tauchert Date: Thu, 6 Jun 2024 10:43:08 +0200 Subject: [PATCH] purism librem5r4: fix uboot build --- purism/librem/5r4/u-boot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/purism/librem/5r4/u-boot/default.nix b/purism/librem/5r4/u-boot/default.nix index 26c217c..a6b00a7 100644 --- a/purism/librem/5r4/u-boot/default.nix +++ b/purism/librem/5r4/u-boot/default.nix @@ -51,6 +51,7 @@ let rev = "956aa590c93977992743b41c45d3c7ee5a024915"; # this is the latest commit on the upstream/librem5 branch hash = "sha256-MsIIlarN+WFFEzc0ptLAgS7BwJ6Cosy42xo0EwPn1AU="; }; + patches = []; BL31 = "${arm-trusted-firmware-imx8mq}/bl31.bin"; preConfigure = '' cp $BL31 .