Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [MIPS] board/gth2/lowlevel_init.S: Fix a build warning | Shinya Kuribayashi | 2007-11-19 | -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 board | Wolfgang Denk | 2006-07-19 | -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 board | Wolfgang Denk | 2006-06-16 | -0/+454 |
Patch by Thomas Lange, Aug 11 2005 |