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 s...@chromium.org --- Changes in v2: - Update commit message to remove 'temporary' - Allow __WORDSIZE to be defined

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 s...@chromium.org --- Changes in v2: - Update commit message to remove 'temporary' - Allow __WORDSIZE to be defined

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 s...@chromium.org --- Changes in v2: - Update

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 w...@denx.de 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 s...@chromium.org --- Changes in

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 Wolfgang Denk
Dear Simon, In message capnjgz1gpz6v38pdnvrww4fktoebfe4_uf9tl906d9km4qb...@mail.gmail.com 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

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 w...@denx.de 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 Simon Glass
Hi Wolfgang, On Mon, Oct 17, 2011 at 2:10 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message capnjgz1gpz6v38pdnvrww4fktoebfe4_uf9tl906d9km4qb...@mail.gmail.com you wrote: OK I will take a look now. Thanks.  Note: I haven't pushed this upstream yet, so I can still rebase and

[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 s...@chromium.org --- 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