From 8cba090c5824c95f337d44a0465803c882ded6f6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 12 May 2006 16:15:46 +0200 Subject: Add support for VirtLab2 board (needed because of differences in the PCMCIA hardware). --- board/tqm8xx/tqm8xx.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'board/tqm8xx/tqm8xx.c') 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); -- cgit v1.2.1