| Maybe you should take a close look regarding your kernel configuration.
Does the patch apply (or replace) any functions the kernel already provides, e.g. like bootlogo/bootsplash in x86 kernels ? you cannot select both options or compilation fails.
Is there a readme supplied with the patch explaining what it does ?
Which part of the kernel relates to: drivers/built-in.o ?
Try to compile without that driver or whatever it is, or try as a module or compile as built-in.
Good Luck ! |