diff options
author | wdenk <wdenk> | 2005-03-27 23:41:39 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-27 23:41:39 +0000 |
commit | 8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0 (patch) | |
tree | 7be9831b7529f5d0ed03eb3228d5c907e322d66b /MAKEALL | |
parent | 256d31c046a6e6280d5a03e9ffc5b994ddaff591 (diff) | |
download | u-boot-8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0.tar.gz u-boot-8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0.tar.xz u-boot-8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0.zip |
Patches by Martin Krause, 22 Mar 2005:
- use TQM5200_auto as MAKEALL target for TQM5200 systems
- add support for SM501 graphics controller
- add support for graphic console on TQM5200
- add support for TQM5200 Rev 200
- cleanup, fix typo in include/configs/TQM5200.h
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ LIST_5xx=" \ LIST_5xxx=" \ icecube_5100 icecube_5200 EVAL5200 PM520 \ - Total5100 Total5200 Total5200_Rev2 TQM5200_AA \ + Total5100 Total5200 Total5200_Rev2 TQM5200_auto \ " ######################################################################### |