U-Boot: Add a patch to increase max kernel command line length

This commit is contained in:
Tuomas Tynkkynen 2017-12-12 00:24:03 +02:00
parent 32623958e4
commit 8b358b84a8

View file

@ -20,6 +20,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";