cuda: Use FMT_plx

Use new FMT_plx format for ppc64-compatible trace output.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@952 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Andreas Färber
2010-11-10 22:35:39 +00:00
committed by Andreas Färber
parent 5131e8c560
commit 07c440b33b

View File

@@ -376,7 +376,7 @@ cuda_t *cuda_init (const char *path, phys_addr_t base)
phandle_t aliases;
base += IO_CUDA_OFFSET;
CUDA_DPRINTF(" base=%08x\n", base);
CUDA_DPRINTF(" base=" FMT_plx "\n", base);
cuda = malloc(sizeof(cuda_t));
if (cuda == NULL)
return NULL;