summaryrefslogtreecommitdiff
path: root/board/tqm8260/tqm8260.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/tqm8260/tqm8260.c')
-rw-r--r--board/tqm8260/tqm8260.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm8260/tqm8260.c b/board/tqm8260/tqm8260.c
index 784d72e330..556a1e3e7b 100644
--- a/board/tqm8260/tqm8260.c
+++ b/board/tqm8260/tqm8260.c
@@ -200,7 +200,7 @@ int checkboard (void)
puts ("Board: ");
- if (!i || strncmp (str, "TQM8260", 7)) {
+ if (!i || strncmp (str, "TQM82", 5)) {
puts ("### No HW ID - assuming TQM8260\n");
return (0);
}