Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 2:10 PM, Wolfgang Denk wrote: > Dear Simon, > > In message > you > wrote: >> >> OK I will take a look now. > > Thanks.  Note: I haven't pushed this upstream yet, so I can still > rebase and merge a fix into this commit. OK good - I have sent a v7 patch for

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 2:05 PM, Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201110172301.50564.marek.va...@gmail.com> you wrote: >> >> Finally, I'm not alone when it comes to breaking all boards ! :-) > > Guess we all do this, all the time. > > Some of us learn from it,

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Wolfgang Denk
Dear Simon, In message you wrote: > > OK I will take a look now. Thanks. Note: I haven't pushed this upstream yet, so I can still rebase and merge a fix into this commit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110172301.50564.marek.va...@gmail.com> you wrote: > > Finally, I'm not alone when it comes to breaking all boards ! :-) Guess we all do this, all the time. Some of us learn from it, others buy higher quality asbestos underwear ;-) Best regards, Wolfgang Denk -

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 1:59 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1318270953-32482-5-git-send-email-...@chromium.org> you wrote: >> This sets __WORDSIZE to 8 correctly on 64-bit machines. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v2: >> - Update c

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Marek Vasut
On Monday, October 17, 2011 10:59:12 PM Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1318270953-32482-5-git-send-email-...@chromium.org> you wrote: > > This sets __WORDSIZE to 8 correctly on 64-bit machines. > > > > Signed-off-by: Simon Glass > > --- > > Changes in v2: > > - Update c

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1318270953-32482-5-git-send-email-...@chromium.org> you wrote: > This sets __WORDSIZE to 8 correctly on 64-bit machines. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Update commit message to remove 'temporary' > - Allow __WORDSIZE to be defined in Makef

Re: [U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1318270953-32482-5-git-send-email-...@chromium.org> you wrote: > This sets __WORDSIZE to 8 correctly on 64-bit machines. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Update commit message to remove 'temporary' > - Allow __WORDSIZE to be defined in Makef

[U-Boot] [PATCH v6 04/20] sandbox: Add compiler defines to support a 64-bit x86_64 platform

2011-10-10 Thread Simon Glass
This sets __WORDSIZE to 8 correctly on 64-bit machines. Signed-off-by: Simon Glass --- Changes in v2: - Update commit message to remove 'temporary' - Allow __WORDSIZE to be defined in Makefile / elsewhere include/compiler.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-)