summaryrefslogtreecommitdiffstats
path: root/board/idmr/flash.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove calls to set_timer outside arch/Graeme Russ2011-07-261-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_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-11/+11
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* [iDMR] Flash driver on initialisation write-protects some sectors,Bartlomiej Sieka2007-01-231-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 Sieka2006-12-201-0/+356
OpenPOWER on IntegriCloud