Commit ccdaf6ec authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Tweak some v850 name strings

Tweak some v850 name strings
[basically only affects printed output]
parent b970fb0f
...@@ -154,5 +154,5 @@ void simcons_setup (void) ...@@ -154,5 +154,5 @@ void simcons_setup (void)
{ {
V850_SIM_SYSCALL (make_raw, 0); V850_SIM_SYSCALL (make_raw, 0);
register_console (&simcons); register_console (&simcons);
printk (KERN_INFO "Console: GDB/v850e simulator stdio\n"); printk (KERN_INFO "Console: GDB V850E simulator stdio\n");
} }
...@@ -19,8 +19,11 @@ ...@@ -19,8 +19,11 @@
#include <asm/clinkage.h> #include <asm/clinkage.h>
#define CPU_ARCH "v850e2" #define CPU_ARCH "v850e2"
#define CPU_MODEL "FPGA NA85E2C/V850E2" #define CPU_MODEL "v850e2/fpga85e2c"
#define CPU_MODEL_LONG "NEC V850E2/NA85E2C"
#define PLATFORM "fpga85e2c"
#define PLATFORM_LONG "NA85E2C FPGA implementation"
/* `external ram'. */ /* `external ram'. */
......
...@@ -16,7 +16,10 @@ ...@@ -16,7 +16,10 @@
#define CPU_ARCH "v850e" #define CPU_ARCH "v850e"
#define CPU_MODEL "GDB/v850e simulator" #define CPU_MODEL "v850e"
#define CPU_MODEL_LONG "NEC V850E"
#define PLATFORM "gdb/v850e"
#define PLATFORM_LONG "GDB V850E simulator"
/* We use a wierd value for RAM, not just 0, for testing purposes. /* We use a wierd value for RAM, not just 0, for testing purposes.
......
...@@ -16,8 +16,11 @@ ...@@ -16,8 +16,11 @@
#define __V850_SIM85E2C_H__ #define __V850_SIM85E2C_H__
#define CPU_ARCH "v850e2" #define CPU_ARCH "v850e2"
#define CPU_MODEL "sim85e2c simulator" #define CPU_MODEL "v850e2"
#define CPU_MODEL_LONG "NEC V850E2"
#define PLATFORM "sim85e2c"
#define PLATFORM_LONG "SIM85E2C V850E2 simulator"
/* Various memory areas supported by the simulator. /* Various memory areas supported by the simulator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment