[PATCH] [RESEND] ARM: davinci: fix sleep.S build error on ARMv4

2019-07-22 Thread Arnd Bergmann
When building a multiplatform kernel that includes armv4 support, the default target CPU does not support the blx instruction, which leads to a build failure: arch/arm/mach-davinci/sleep.S: Assembler messages: arch/arm/mach-davinci/sleep.S:56: Error: selected processor does not support `blx ip'

Re: [PATCH] [RESEND] ARM: davinci: fix sleep.S build error on ARMv4

2019-06-19 Thread Sekhar Nori
Hi Arnd, On 19/06/19 6:41 PM, Arnd Bergmann wrote: > When building a multiplatform kernel that includes armv4 support, > the default target CPU does not support the blx instruction, > which leads to a build failure: > > arch/arm/mach-davinci/sleep.S: Assembler messages: >

[PATCH] [RESEND] ARM: davinci: fix sleep.S build error on ARMv4

2019-06-19 Thread Arnd Bergmann
When building a multiplatform kernel that includes armv4 support, the default target CPU does not support the blx instruction, which leads to a build failure: arch/arm/mach-davinci/sleep.S: Assembler messages: arch/arm/mach-davinci/sleep.S:56: Error: selected processor does not support `blx ip'