Re: [Buildroot] [PATCH v2] binutils/ARC: cleanup

2020-01-13 Thread Vineet Gupta
Hi Thomas, On 12/22/19 1:41 PM, Thomas Petazzoni wrote: > Hello Vineet, > > On Tue, 17 Dec 2019 13:32:53 -0800 > Vineet Gupta wrote: > >> Remove special handling for ARC - as it is not needed for cksy etc. >> >> A nice side benefit is that the ARC specific version now only needs to >> be specifie

Re: [PATCH 3/5] ARC: handle DSP presence in HW

2020-01-13 Thread Vineet Gupta
On 1/10/20 6:54 AM, Eugeniy Paltsev wrote: > >>> + CHK_OPT_STRICT(CONFIG_ARC_DSP_KERNEL, present); >>> } > My idea here is to encapsulate implementation of everything dsp-related in the > file with dsp code. So I'm even thinking about moving the config check itself > to some funct