summaryrefslogtreecommitdiff
path: root/include/configs/voiceblue.h
Commit message (Collapse)AuthorAgeLines
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-2/+2
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-0/+18
| | | | | | | | 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.
* * Patch by Steven Scholz, 07 Apr 2005:wdenk2005-04-07-15/+12
| | | | | | | | | | Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C * Patch by Steven Scholz, 07 Apr 2005: Fix compiler warning in altera.c * Patch by Ladislav Michl, 06 Apr 2005: Fix voiceblue configuration.
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-05-0/+253
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.