summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh4/cpu.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-01-09 11:04:53 -0500
committerTom Rini <trini@ti.com>2014-01-09 11:04:53 -0500
commit33d413fc91e0bbbb92962a80f5333d6f1f628c5b (patch)
tree18383b51425d37af1c526f276ecee8cc7f492d7d /arch/sh/cpu/sh4/cpu.c
parent2c30af8f1861f09f217097460bfbea5ea691f8b8 (diff)
parent5fe3aefd3dd0845ed4f69ba34b9790d3961d7ea8 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/cpu/sh4/cpu.c')
-rw-r--r--arch/sh/cpu/sh4/cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/cpu/sh4/cpu.c b/arch/sh/cpu/sh4/cpu.c
index 91133a38ae..e8ee0a45ab 100644
--- a/arch/sh/cpu/sh4/cpu.c
+++ b/arch/sh/cpu/sh4/cpu.c
@@ -13,11 +13,7 @@
int checkcpu(void)
{
-#ifdef CONFIG_SH4A
- puts("CPU: SH-4A\n");
-#else
puts("CPU: SH4\n");
-#endif
return 0;
}