summaryrefslogtreecommitdiffstats
path: root/board/gth2/lowlevel_init.S
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS] board/gth2/lowlevel_init.S: Fix a build warningShinya Kuribayashi2007-11-191-0/+4
| | | | | | | | | | | | lowlevel_init.S: Assembler messages: lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local. Looking at codes, the `memtest' and `clearmem' are intentional mixed use of `global symbols' and `label' for debugging purpose. To make it build, just disable global-symbols-use for now. As a result `memtest' still remains as unused, but leave it be... Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
* Add support for TB5200 boardWolfgang Denk2006-07-191-9/+9
| | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
* Add support for gth2 boardWolfgang Denk2006-06-161-0/+454
Patch by Thomas Lange, Aug 11 2005
OpenPOWER on IntegriCloud