summaryrefslogtreecommitdiff
path: root/board/sx1/sx1.c
Commit message (Collapse)AuthorAgeFilesLines
* arm: arm925t: remove SX1 boardAlbert ARIBAUD2012-10-261-123/+0
| | | | | | | | | | SX1 does not build properly by itself, is not built as part of MAKEALL arm or MAKEALL -a arm, and is only present in Makefile, not boards.cfg. As it also has no entry in MAINTAINERS, it is orphan and non-functional. Remove it. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|
* Patch by George G. Davis, 24 Aug 2004:wdenk2004-10-101-1/+1
| | | | - update ARM boards to use constants from mach-types.h
* Add support for Siemens SX1 mobile phone;LABEL_2004_03_12_0130wdenk2004-03-121-0/+125
add support for USB-based console (enable with "setenv stdout usbtty; setenv stdin usbtty")