Message ID | 20201013020554.1317237-1-gch981213@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1f0400d0e2c410b04f246aefb2e9b5155eb4b0bf |
Headers | show |
Series | mips: ralink: enable zboot support | expand |
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-off-by: Chuanhong Guo <gch981213@gmail.com> > --- > arch/mips/Kconfig | 1 + > 1 file changed, 1 insertion(+) applied to mips-next. Thomas.
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f52fa211a4cf..534ecff2e2c5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -618,6 +618,7 @@ config RALINK select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_MIPS16 + select SYS_SUPPORTS_ZBOOT select SYS_HAS_EARLY_PRINTK select CLKDEV_LOOKUP select ARCH_HAS_RESET_CONTROLLER
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 <gch981213@gmail.com> --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+)