diff --git a/chip/lm4/ec.lds.S b/chip/lm4/ec.lds.S index 17fbfcf0b9..6ab65ee010 100644 --- a/chip/lm4/ec.lds.S +++ b/chip/lm4/ec.lds.S @@ -15,7 +15,7 @@ SECTIONS { .text : { OUTDIR/chip/CHIP/init.o (.text) - *(.text) + *(.text*) } > FLASH . = ALIGN(4); .rodata : {