summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-12 00:24:03 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-12 01:16:10 +0200
commit8b358b84a867148f3f3334eb18828af3d01e3140 (patch)
tree63ceb2a66d625dacf887f69b26099ffee34386f9 /pkgs/misc
parent32623958e49ca22e96959fd8256e3bbe75fb9bca (diff)
downloadnixlib-8b358b84a867148f3f3334eb18828af3d01e3140.tar
nixlib-8b358b84a867148f3f3334eb18828af3d01e3140.tar.gz
nixlib-8b358b84a867148f3f3334eb18828af3d01e3140.tar.bz2
nixlib-8b358b84a867148f3f3334eb18828af3d01e3140.tar.lz
nixlib-8b358b84a867148f3f3334eb18828af3d01e3140.tar.xz
nixlib-8b358b84a867148f3f3334eb18828af3d01e3140.tar.zst
nixlib-8b358b84a867148f3f3334eb18828af3d01e3140.zip
U-Boot: Add a patch to increase max kernel command line length
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/uboot/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index aeb8636fc8f7..f85c76fd9697 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -21,6 +21,10 @@ let
 
     patches = [
       (fetchpatch {
+        url = https://github.com/dezgeg/u-boot/commit/cbsize-2017-11.patch;
+        sha256 = "08rqsrj78aif8vaxlpwiwwv1jwf0diihbj0h88hc0mlp0kmyqxwm";
+      })
+      (fetchpatch {
         url = https://github.com/dezgeg/u-boot/commit/rpi-2017-11-patch1.patch;
         sha256 = "067yq55vv1slv4xy346px7h329pi14abdn04chg6s1s6hmf6c1x9";
       })