Skip to content

Commit 1f0400d

Browse files
981213tsbogend
authored andcommitted
mips: ralink: enable zboot support
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> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 69b686d commit 1f0400d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/mips/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ config RALINK
616616
select SYS_SUPPORTS_32BIT_KERNEL
617617
select SYS_SUPPORTS_LITTLE_ENDIAN
618618
select SYS_SUPPORTS_MIPS16
619+
select SYS_SUPPORTS_ZBOOT
619620
select SYS_HAS_EARLY_PRINTK
620621
select CLKDEV_LOOKUP
621622
select ARCH_HAS_RESET_CONTROLLER

0 commit comments

Comments
 (0)