Re: [U-Boot] [PATCH 14/32] sc520: Remove printf calls from cpu_init_f

2011-02-11 Thread Graeme Russ
On 04/02/11 23:35, Graeme Russ wrote: > In later patches, cpu_init_f will be called before console has been > initialised and printf will not be legitimately available > > Signed-off-by: Graeme Russ > --- > arch/i386/cpu/sc520/sc520.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-)

[U-Boot] [PATCH 14/32] sc520: Remove printf calls from cpu_init_f

2011-02-04 Thread Graeme Russ
In later patches, cpu_init_f will be called before console has been initialised and printf will not be legitimately available Signed-off-by: Graeme Russ --- arch/i386/cpu/sc520/sc520.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/i386/cpu/sc520/sc520.c b/arch/i3