>>
>>>                             cpuid, CONFIG_NR_CPUS - 1);
>>>             return 1;
>>>     }
>>> diff --git a/cpu/mpc85xx/mp.c b/cpu/mpc85xx/mp.c
>>> index a527cf3..75ceba9 100644
>>> --- a/cpu/mpc85xx/mp.c
>>> +++ b/cpu/mpc85xx/mp.c
>>> @@ -50,12 +50,12 @@ int cpu_status(int nr)
>>>
>>>     if (nr == id) {
>>>             table = (u32 *)get_spin_addr();
>>> -           printf("table base @ 0x%08x\n", table);
>>> +           printf("table base @ 0x%08x\n", (u32)table);
>> why not use %p? it's a pointer.
>
> do we support %p in u-boot?

yes we support it.

Best Regards,
J.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to