[PATCH] remove duplicate printf in arch/ppc64/boot/main.c
authorOlaf Hering <olh@suse.de>
Tue, 28 Jun 2005 11:01:46 +0000 (21:01 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 28 Jun 2005 11:01:46 +0000 (21:01 +1000)
commitb1bdfbd0a29d6da4dbe42736faac02c43a9afe76
tree412b3cefaecc97862721ce5008fa3fddf8f4ff8b
parente6019db5a7f110839c62cefc073b6dc1143d6403
[PATCH] remove duplicate printf in arch/ppc64/boot/main.c

initrd size is printed as hex, add a missing 0x
remove a duplicate printf when initrd is used.
remove use of kernel type to access the first bytes of the initrd memarea.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/boot/main.c