summaryrefslogtreecommitdiff
path: root/board/idmr/flash.c
AgeCommit message (Collapse)Author
2011-07-26Remove calls to set_timer outside arch/Graeme Russ
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>
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-01-23[iDMR] Flash driver on initialisation write-protects some sectors,Bartlomiej Sieka
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.
2006-12-20Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka