summaryrefslogtreecommitdiffstats
path: root/board/tqm5200/tqm5200.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-11-23 22:58:58 +0100
committerWolfgang Denk <wd@atlas.denx.de>2006-11-23 22:58:58 +0100
commit78d620ebb5871d252270dedfad60c6568993b780 (patch)
treef93ab1f9d703cde2ab7693062f797056c59314cb /board/tqm5200/tqm5200.c
parent4ef6251403f637841000e0fef9e832aa01339822 (diff)
downloadtalos-obmc-uboot-78d620ebb5871d252270dedfad60c6568993b780.tar.gz
talos-obmc-uboot-78d620ebb5871d252270dedfad60c6568993b780.zip
Updates for TQM5200 modules:
- fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
Diffstat (limited to 'board/tqm5200/tqm5200.c')
-rw-r--r--board/tqm5200/tqm5200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c
index cb57a5e269..a4322b6661 100644
--- a/board/tqm5200/tqm5200.c
+++ b/board/tqm5200/tqm5200.c
@@ -289,7 +289,7 @@ int checkboard (void)
#elif defined(CONFIG_TB5200)
# define CARRIER_NAME "TB5200"
#elif defined(CONFIG_CAM5200)
-# define CARRIER_NAME "Cam5200"
+# define CARRIER_NAME "CAM5200"
#elif defined(CONFIG_FO300)
# define CARRIER_NAME "FO300"
#else
OpenPOWER on IntegriCloud