summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/uboot/default.nix')
-rw-r--r--pkgs/misc/uboot/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index c841c69446fc..b1e8e7f2b240 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -40,7 +40,9 @@ let
src = if src == null then defaultSrc else src;
- patches = extraPatches;
+ patches = [
+ ./0001-configs-rpi-allow-for-bigger-kernels.patch
+ ] ++ extraPatches;
postPatch = ''
patchShebangs tools