summaryrefslogtreecommitdiff
path: root/board/voiceblue/voiceblue.c
Commit message (Collapse)AuthorAgeLines
* [PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2006-10-28-4/+3
| | | | | | | | Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-4/+2
|
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-80/+0
| | | | | | | | Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
* Cleanupwdenk2005-04-07-1/+0
|
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-05-0/+152
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.