/* Print details for boot CPU */
if (cpu == 0) {
- printf(": cpu%d: %s %s %s\n", cpu,
+ printf(": %s %s %s\n",
cpu_desc[cpu].cpu_impl_name,
cpu_desc[cpu].cpu_part_name,
isa);
* therefore, must attach timer before any node
*/
config_found_sm(dev, NULL, NULL, riscv_timer_match);
- printf("\n");
/*
* attach cpu's children node, so far there is only the
fa_intc.fa_node = node;
/* no specifying match func, will call cfdata's match func*/
config_found(dev, &fa_intc, NULL);
- printf("\n");
}
#ifdef MULTIPROCESSOR