summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-22 01:20:03 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-22 01:20:03 +0200
commit135ae0062f358c644d3c6a40adea3e2de6269157 (patch)
treeca097ae1a84533a6cb3a4100ee17766f924a9e4e /board
parent048f6b436b9795cd5835d0f7ac1e2226e1934bc5 (diff)
downloadbarebox-135ae0062f358c644d3c6a40adea3e2de6269157.tar.gz
barebox-135ae0062f358c644d3c6a40adea3e2de6269157.tar.xz
Add configuration for cam5200 board (based on TQM5200S).
Diffstat (limited to 'board')
-rw-r--r--board/tqm5200/tqm5200.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c
index 8ed44d84a1..d6f7737d5b 100644
--- a/board/tqm5200/tqm5200.c
+++ b/board/tqm5200/tqm5200.c
@@ -288,8 +288,8 @@ int checkboard (void)
# define CARRIER_NAME "STK52xx"
#elif defined(CONFIG_TB5200)
# define CARRIER_NAME "TB5200"
-#elif defined(CONFIG_CAMERON)
-# define CARRIER_NAME "Cameron"
+#elif defined(CONFIG_CAM5200)
+# define CARRIER_NAME "Cam5200"
#else
# error "Unknown carrier board"
#endif