On Mon, Jun 15, 2015 at 12:34 AM, Peter Maydell
wrote:
> On 15 June 2015 at 03:21, Peter Crosthwaite
> wrote:
>> Move the ARM coprocessor API to a new C file. helper.c is huge and
>> splitting off this self contained piece increases modularity.
>>
>> Signed-off-by: Peter Crosthwaite
>> ---
>> I
On 15 June 2015 at 03:21, Peter Crosthwaite wrote:
> Move the ARM coprocessor API to a new C file. helper.c is huge and
> splitting off this self contained piece increases modularity.
>
> Signed-off-by: Peter Crosthwaite
> ---
> I also need this for multi-arch where, this file needs to remain obj
Move the ARM coprocessor API to a new C file. helper.c is huge and
splitting off this self contained piece increases modularity.
Signed-off-by: Peter Crosthwaite
---
I also need this for multi-arch where, this file needs to remain obj-y
while the others in target-arm are converted to arch-obj-y.