Re: [U-Boot] [PATCH 1/2] improve printf behavior on arm/pxa after enabling 64bit support in printf by default.

2010-04-15 Thread Marek Vasut
Dne Čt 15. dubna 2010 01:12:30 Mikhail Kshevetskiy napsal(a): Yes, you was right. This is definitely an alignment issue. Here is a patch to fix this issue. Thanks, actually, I pushed a different patch that fixed the stack alignment issue, but forgot to reserve the space for abort stack in my

Re: [U-Boot] [PATCH 1/2] improve printf behavior on arm/pxa after enabling 64bit support in printf by default.

2010-04-14 Thread Marek Vasut
Dne Pá 9. dubna 2010 23:40:11 Wolfgang Denk napsal(a): Dear Mikhail Kshevetskiy, In message 20100329162346.017a4...@laska.campus-ws.pu.ru you wrote: commit 4b142febff71eabdb7ddbb125c7b583b24ddc434 (common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL) breaks printf on my

Re: [U-Boot] [PATCH 1/2] improve printf behavior on arm/pxa after enabling 64bit support in printf by default.

2010-04-09 Thread Wolfgang Denk
Dear Mikhail Kshevetskiy, In message 20100329162346.017a4...@laska.campus-ws.pu.ru you wrote: commit 4b142febff71eabdb7ddbb125c7b583b24ddc434 (common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL) breaks printf on my arm/pxa270 board. For example, the code int a =

[U-Boot] [PATCH 1/2] improve printf behavior on arm/pxa after enabling 64bit support in printf by default.

2010-03-29 Thread Mikhail Kshevetskiy
commit 4b142febff71eabdb7ddbb125c7b583b24ddc434 (common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL) breaks printf on my arm/pxa270 board. For example, the code int a = 128; printf(a= %d\n, a); will print zero on the console. The problem reproduced on gcc