summaryrefslogtreecommitdiffstats
path: root/include/configs/tb0229.h
Commit message (Collapse)AuthorAgeFilesLines
* include/configs: Use new CONFIG_CMD_* in various t* and u* named board ↵Jon Loeliger2007-07-051-7/+12
| | | | | | config files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-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-101-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-071-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