diff options
| author | Tom Rini <trini@ti.com> | 2014-01-09 11:04:53 -0500 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-01-09 11:04:53 -0500 |
| commit | 33d413fc91e0bbbb92962a80f5333d6f1f628c5b (patch) | |
| tree | 18383b51425d37af1c526f276ecee8cc7f492d7d /arch/sh/cpu/sh2/cpu.c | |
| parent | 2c30af8f1861f09f217097460bfbea5ea691f8b8 (diff) | |
| parent | 5fe3aefd3dd0845ed4f69ba34b9790d3961d7ea8 (diff) | |
| download | olio-uboot-2014.01-33d413fc91e0bbbb92962a80f5333d6f1f628c5b.tar.xz olio-uboot-2014.01-33d413fc91e0bbbb92962a80f5333d6f1f628c5b.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/cpu/sh2/cpu.c')
| -rw-r--r-- | arch/sh/cpu/sh2/cpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/cpu/sh2/cpu.c b/arch/sh/cpu/sh2/cpu.c index 18479a4c4..a2f856f45 100644 --- a/arch/sh/cpu/sh2/cpu.c +++ b/arch/sh/cpu/sh2/cpu.c @@ -23,11 +23,7 @@ int checkcpu(void) { -#if defined(CONFIG_SH2A) - puts("CPU: SH2A\n"); -#else puts("CPU: SH2\n"); -#endif return 0; } |