uboot: add patch to increase maximum path length in extlinux.conf

This fixes problems with cross compiled kernels failing to boot.

authored by Ben Wolsieffer and committed by Tuomas Tynkkynen 1f4bb8c6 0ab76c5a

+4
+4
pkgs/misc/uboot/default.nix
··· 32 url = https://github.com/dezgeg/u-boot/commit/pythonpath-2018-03.patch; 33 sha256 = "1rhhlhrwhv7ic1n5i720jfh2cxwrkssrkvinllyjy3j9k9bpzcqd"; 34 }) 35 ]; 36 37 postPatch = ''
··· 32 url = https://github.com/dezgeg/u-boot/commit/pythonpath-2018-03.patch; 33 sha256 = "1rhhlhrwhv7ic1n5i720jfh2cxwrkssrkvinllyjy3j9k9bpzcqd"; 34 }) 35 + (fetchpatch { 36 + url = https://github.com/dezgeg/u-boot/commit/extlinux-path-length-2018-03.patch; 37 + sha256 = "07jafdnxvqv8lz256qy29agjc2k1zj5ad4k28r1w5qkhwj4ixmf8"; 38 + }) 39 ]; 40 41 postPatch = ''