Re: [U-Boot] [RFC] fix break caused by new binutils

2011-01-24 Thread Wolfgang Denk
Dear Steve Sakoman, In message <1295895368.1999.14.camel@quadra> you wrote: > On Mon, 2011-01-24 at 19:36 +0100, Víctor Manuel Jáquez Leal wrote: > > According with this discussion [1] the new assemblers need > > -march=armv7-a+sec on command line or .arch_extension sec inline to > > enable use of

Re: [U-Boot] [RFC] fix break caused by new binutils

2011-01-24 Thread Steve Sakoman
On Mon, 2011-01-24 at 19:36 +0100, Víctor Manuel Jáquez Leal wrote: > According with this discussion [1] the new assemblers need > -march=armv7-a+sec on command line or .arch_extension sec inline to > enable use of the smc instruction. > > In the sakoman's u-boot repository there is branch for the

[U-Boot] [RFC] fix break caused by new binutils

2011-01-24 Thread Víctor Manuel Jáquez Leal
According with this discussion [1] the new assemblers need -march=armv7-a+sec on command line or .arch_extension sec inline to enable use of the smc instruction. In the sakoman's u-boot repository there is branch for the omap4 [2] which uses the smc instruction with the -march=armv7-a, and it will