summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-08-18 23:27:33 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-08-18 23:27:33 +0200
commit5196a7a03bc436435787e1ad7044af94d93a5448 (patch)
treeef182967d2ebb2570e3cdc4c289dabe84ac07b4a /include
parent6d3bc9b8cfd5d60708f95ded007cda7bc29ac089 (diff)
downloadbarebox-5196a7a03bc436435787e1ad7044af94d93a5448.tar.gz
barebox-5196a7a03bc436435787e1ad7044af94d93a5448.tar.xz
Minor cleanup
Diffstat (limited to 'include')
-rw-r--r--include/configs/TQM5200.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index f157d42fce..31e3eed68c 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -37,7 +37,7 @@
#define CONFIG_TQM5200 1 /* ... on TQM5200 module */
#undef CONFIG_TQM5200_REV100 /* define for revision 100 modules */
-/* On a Cameron board or on a FO300 board or ... */
+/* On a Cameron or on a FO300 board or ... */
#if !defined(CONFIG_CAM5200) && !defined(CONFIG_FO300)
#define CONFIG_STK52XX 1 /* ... on a STK52XX board */
#endif
@@ -71,7 +71,7 @@
#undef FO300_SILENT_CONSOLE_WHEN_S1_CLOSED /* silent console on PSC1 when S1 */
/* switch is open */
-#endif
+#endif /* CONFIG_FO300 */
#ifdef CONFIG_STK52XX
#define CONFIG_PS2KBD /* AT-PS/2 Keyboard */