Re: [PATCH] mips: ralink: enable zboot support

2020-10-13 Thread Thomas Bogendoerfer
On Tue, Oct 13, 2020 at 10:05:47AM +0800, Chuanhong Guo wrote: > Some of these ralink devices come with an ancient u-boot which can't > extract LZMA properly when image gets too big. > Enable zboot support to get a self-extracting kernel instead of relying > on broken u-boot support. > > Signed-of

[PATCH] mips: ralink: enable zboot support

2020-10-12 Thread Chuanhong Guo
Some of these ralink devices come with an ancient u-boot which can't extract LZMA properly when image gets too big. Enable zboot support to get a self-extracting kernel instead of relying on broken u-boot support. Signed-off-by: Chuanhong Guo --- arch/mips/Kconfig | 1 + 1 file changed, 1 insert