summaryrefslogtreecommitdiff
path: root/include/configs/tb0229.h
Commit message (Collapse)AuthorAgeLines
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-8/+8
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* * Patch by Jian Zhang, 3 Feb 2004:wdenk2004-02-10-1/+1
| | | | | | - Changed the incorrect FAT12BUFSIZE - data_begin in fsdata can be negative. Changed it to be short. * Code cleanup
* * Patch by liang a lei, 9 Jan 2004:wdenk2004-02-07-0/+177
Fix Intel 28F128J3 ID in include/flash.h * Patch by Masami Komiya, 09 Jan 2004: add support for TB0229 board (NEC VR4131 MIPS processor) * Patch by Leon Kukovec, 12 Dec 2003: changed extern __inline__ into static __inline__ in include/linux/byteorder/swab.h