void __init mach_setup (char **cmdline)
{
- printk (KERN_INFO
- "CPU: %s\n"
- "Platform: %s\n",
- CPU_MODEL_LONG,
- PLATFORM_LONG);
-
#ifdef CONFIG_V850E_NB85E_UART_CONSOLE
nb85e_uart_cons_init (1);
#endif
void __init mach_setup (char **cmdline)
{
- printk (KERN_INFO "CPU: NEC V850E2 (NA85E2C FPGA implementation)\n");
-
memcons_setup ();
/* Setup up NMI0 to copy the registers to a known memory location.
void __init mach_setup (char **cmdline)
{
- printk (KERN_INFO
- "CPU: %s\n"
- "Platform: %s%s\n",
- CPU_MODEL_LONG,
- PLATFORM_LONG,
-#ifdef CONFIG_ROM_KERNEL
- ""
-#elif defined (CONFIG_RTE_CB_MULTI)
- " (with Multi ROM monitor)"
-#else
- " (with ROM monitor)"
-#endif
- );
-
/* Probe for Mother-A, and print a message if we find it. */
*(volatile long *)MB_A_SRAM_ADDR = 0xDEADBEEF;
if (*(volatile long *)MB_A_SRAM_ADDR == 0xDEADBEEF) {
/* ... and tell the kernel about it. */
init_mem_alloc (ram_start, ram_len);
+ printk (KERN_INFO "CPU: %s\nPlatform: %s\n",
+ CPU_MODEL_LONG, PLATFORM_LONG);
+
/* do machine-specific setups. */
mach_setup (cmdline);
const char *err;
unsigned long root_dev_addr, root_dev_len;
- printk (KERN_INFO "CPU: NEC V850E (GDB simulator)\n");
-
simcons_setup ();
printk (KERN_INFO "Reading root filesystem: %s", ROOT_FS);
void __init mach_setup (char **cmdline)
{
- printk (KERN_INFO "CPU: NEC V850E2 (sim85e2c simulator)\n");
-
memcons_setup ();
}