diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-19 17:52:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-19 17:52:30 +0200 |
commit | 45a212c4d73452beac30d4e405a9657b07d7edb3 (patch) | |
tree | 0308e0aac55b64e673310eb41d2750b467034833 /board/tqm5200/cmd_stk52xx.c | |
parent | bd3143f040ab186f8b665b3ada35840e3fc491e9 (diff) | |
download | u-boot-imx-45a212c4d73452beac30d4e405a9657b07d7edb3.zip u-boot-imx-45a212c4d73452beac30d4e405a9657b07d7edb3.tar.gz u-boot-imx-45a212c4d73452beac30d4e405a9657b07d7edb3.tar.bz2 |
Add support for new TQM5200 revisions
- Support for TQM5200S (short version without graphic controller)
- Support for modules with 'N' type S29GL128N Spansion flashes
(requires changes to flash layout)
- Support for MPC5200B cpu (mostly support for second SDRAM bank)
Diffstat (limited to 'board/tqm5200/cmd_stk52xx.c')
-rwxr-xr-x | board/tqm5200/cmd_stk52xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/tqm5200/cmd_stk52xx.c b/board/tqm5200/cmd_stk52xx.c index 2326a28..c37d4c6 100755 --- a/board/tqm5200/cmd_stk52xx.c +++ b/board/tqm5200/cmd_stk52xx.c @@ -22,7 +22,7 @@ */ /* - * SKT52XX specific functions + * STK52XX specific functions */ /*#define DEBUG*/ @@ -1209,7 +1209,7 @@ U_BOOT_CMD( fkt , 4, 1, cmd_fkt, "fkt - Function test routines\n", "led number on/off\n" - " - 'number's like printed on SKT52XX board\n" + " - 'number's like printed on STK52XX board\n" "fkt can\n" " - loopback plug for X83 required\n" "fkt rs232 number\n" |