diff options
author | Stefan Roese <sr@denx.de> | 2006-11-27 14:11:22 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-11-27 14:11:22 +0100 |
commit | 48c7d6dba9140869a1d644248aa8cfabe01c98a6 (patch) | |
tree | e5dcf79067eb653dcfa5e87667d4af204c0fb554 /board/tqm5200/tqm5200.c | |
parent | dfc8a9ee0040e53ada125a3c52f241e37f09cf28 (diff) | |
parent | 3b58d9459081ae33885335c645fc0b865584ae4e (diff) |
Merge with /home/stefan/git/u-boot/denx
Diffstat (limited to 'board/tqm5200/tqm5200.c')
-rw-r--r-- | board/tqm5200/tqm5200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index cb57a5e2694..a4322b6661a 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 |