[POWERPC] Add u64 printf to bootwrapper
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 15 Jun 2007 22:06:36 +0000 (08:06 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Jun 2007 09:16:48 +0000 (19:16 +1000)
commit0aa97d6e420039fc4a6040acdf53e56e0f90c0f5
treea96b6dd8946d8e5d025d07dfdf66f922fe56c5b8
parent72d068951ca3f5428a3149a604ea626d93eecffe
[POWERPC] Add u64 printf to bootwrapper

Add support for the 'll' (long long) printf qualifier in the powerpc zImage
bootwrapper.  This is useful for bootwrapper debugging on 64 bit platforms.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/stdio.c