summaryrefslogtreecommitdiffstats
path: root/board/tqm8xx/tqm8xx.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-05-12 16:15:46 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-05-12 16:15:46 +0200
commit8cba090c5824c95f337d44a0465803c882ded6f6 (patch)
tree35c6d33412cea9f0a6df599ff48133771b33b70c /board/tqm8xx/tqm8xx.c
parent977b50f86824fe3c262ef7efce5dbb7ddaf8a48f (diff)
downloadtalos-obmc-uboot-8cba090c5824c95f337d44a0465803c882ded6f6.tar.gz
talos-obmc-uboot-8cba090c5824c95f337d44a0465803c882ded6f6.zip
Add support for VirtLab2 board
(needed because of differences in the PCMCIA hardware).
Diffstat (limited to 'board/tqm8xx/tqm8xx.c')
-rw-r--r--board/tqm8xx/tqm8xx.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/tqm8xx/tqm8xx.c b/board/tqm8xx/tqm8xx.c
index 520bea873f..b292231c96 100644
--- a/board/tqm8xx/tqm8xx.c
+++ b/board/tqm8xx/tqm8xx.c
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2000-2004
+ * (C) Copyright 2000-2006
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -124,6 +124,9 @@ int checkboard (void)
break;
putc (*s);
}
+#ifdef CONFIG_VIRTLAB2
+ puts (" (Virtlab2)");
+#endif
putc ('\n');
return (0);
OpenPOWER on IntegriCloud