Re: [U-Boot] [PATCH] arm: make 'MAKEALL -a' distinguish between arm and aarch64

2014-01-10 Thread Albert ARIBAUD
Hi Albert, On Fri, 10 Jan 2014 10:28:16 +0100, Albert ARIBAUD wrote: > The vexpress_aemv8a is the first aarch64 board in U-Boot. > As it was introduced, it gets built when "MAKEALL -a arm" > is invoked, and fails as this command is run with a 32-bit, > not 64-bit, toolchain as the cross-compiler

Re: [U-Boot] [PATCH] arm: make 'MAKEALL -a' distinguish between arm and aarch64

2014-01-10 Thread Gerhard Sittig
On Fri, Jan 10, 2014 at 10:28 +0100, Albert ARIBAUD wrote: > > The vexpress_aemv8a is the first aarch64 board in U-Boot. > As it was introduced, it gets built when "MAKEALL -a arm" > is invoked, and fails as this command is run with a 32-bit, > not 64-bit, toolchain as the cross-compiler. > > Int

Re: [U-Boot] [PATCH] arm: make 'MAKEALL -a' distinguish between arm and aarch64

2014-01-10 Thread Albert ARIBAUD
Hi Wolfgang, On Fri, 10 Jan 2014 12:49:27 +0100, Wolfgang Denk wrote: > Dear Albert, > > In message <1389346096-26870-1-git-send-email-albert.u.b...@aribaud.net> you > wrote: > > The vexpress_aemv8a is the first aarch64 board in U-Boot. > > As it was introduced, it gets built when "MAKEALL -a

Re: [U-Boot] [PATCH] arm: make 'MAKEALL -a' distinguish between arm and aarch64

2014-01-10 Thread Wolfgang Denk
Dear Albert, In message <1389346096-26870-1-git-send-email-albert.u.b...@aribaud.net> you wrote: > The vexpress_aemv8a is the first aarch64 board in U-Boot. > As it was introduced, it gets built when "MAKEALL -a arm" > is invoked, and fails as this command is run with a 32-bit, > not 64-bit, tool

[U-Boot] [PATCH] arm: make 'MAKEALL -a' distinguish between arm and aarch64

2014-01-10 Thread Albert ARIBAUD
The vexpress_aemv8a is the first aarch64 board in U-Boot. As it was introduced, it gets built when "MAKEALL -a arm" is invoked, and fails as this command is run with a 32-bit, not 64-bit, toolchain as the cross-compiler. Introduce 'arch64' as a valid 'MAKEALL -a' argument, treated as 'arm' for all