On Fri, Apr 7, 2017 at 5:37 PM, Cillian O'Donnell
wrote:
> When I got rid of the casts I was left with char * and couldn't find an
> inttype to fit it so I left the casts in.
>
char * can be printed with %p. printk() should support that but check.
Do a simple test on Linux to see but I don't thi
When I got rid of the casts I was left with char * and couldn't find an
inttype to fit it so I left the casts in.
---
.../lib/libbsp/powerpc/virtex5/startup/bspstart.c | 25 +++---
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/virtex5/sta