Re: rt2x00: make const array glrt_table static

2017-07-28 Thread Kalle Valo
Kalle Valo writes: > Colin Ian King wrote: > >> From: Colin Ian King >> >> Don't populate array glrt_table on the stack but make it static. >> Makes the object code a smaller by over 670 bytes: >> >> Before: >>text data bss dec hex filename >> 131772 4733

Re: rt2x00: make const array glrt_table static

2017-07-28 Thread Kalle Valo
Colin Ian King wrote: > From: Colin Ian King > > Don't populate array glrt_table on the stack but make it static. > Makes the object code a smaller by over 670 bytes: > > Before: >text data bss dec hex filename > 131772 4733 0 136505 21539 rt2800lib.