https://bugzilla.kernel.org/show_bug.cgi?id=207129
--- Comment #10 from Christophe Leroy (christophe.le...@csgroup.eu) --- I built a kernel with your .config, the problem is a size problem. PPC32 kernels are not designed to be that big. Extract from generated System.map: c2394000 D _etext c2800000 T _sinittext c2bf5000 B _end You need to keep the size of the kernel below 32Mbytes, or a deep work is required to enable the kernel to perform far jumps before the kernel is relocated. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.