Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove calls to set_timer outside arch/ | Graeme Russ | 2011-07-26 | -4/+6 |
| | | | | | | | | There is no need to use set_timer(). Replace with appropriate use of get_timer() Signed-off-by: Graeme Russ <graeme.russ@gmail.com> Acked-by: Wolfgang Denk <wd@denx.de> | |||
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -11/+11 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | [iDMR] Flash driver on initialisation write-protects some sectors, | Bartlomiej Sieka | 2007-01-23 | -1/+1 |
| | | | | | | currently sectors 0-3. Sector 3 does not need to be protected, though (U-boot occupies sectors 0-1 and the environment sector 2). This commit fixes this, i.e., only sectors 0-2 are protected. | |||
* | Preliminary support for the iDMR board (ColdFire). | Bartlomiej Sieka | 2006-12-20 | -0/+356 |