thesofproject / rimage

DSP firmware image creation and signing tool
Other
7 stars 62 forks source link

remove '-x' option #68

Closed mrajwa closed 3 years ago

mrajwa commented 3 years ago

This patch removes the unnecessary and unscalable -x option. This option aims to add an offset to the .data section of its parent .module section. This is horrible idea because this offset will vary depend on the compiler used. It is better and much easier to just store only the .data section so the offset is always 0.

SoF FW related change -> https://github.com/thesofproject/sof/pull/4762

Signed-off-by: Marcin Rajwa marcin.rajwa@linux.intel.com