uboot: allow bigger kernels to boot on raspberry pi (#108975)
Fixes #97064
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user