Re: [U-Boot] pritnf() in arch_cpu_init()

2015-05-18 Thread Simon Glass
Hi Alexey, On 18 May 2015 at 04:41, Alexey Brodkin wrote: > Hi Simon, > > I was looking at how to output error message from very early init and > found IMHO senseless code in "arch/x86/cpu/coreboot/coreboot.c": > >8-- > int arch_cpu_init(void) > { > int ret

[U-Boot] pritnf() in arch_cpu_init()

2015-05-18 Thread Alexey Brodkin
Hi Simon, I was looking at how to output error message from very early init and found IMHO senseless code in "arch/x86/cpu/coreboot/coreboot.c": >8-- int arch_cpu_init(void) { int ret = get_coreboot_info(&lib_sysinfo); if (ret != 0) {