aboutsummaryrefslogtreecommitdiff
path: root/board/cm4008/flash.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-10CM4000: fix broken flash base for OpenGear boardsGreg Ungerer1-1/+1
Use _bss_start_ofs as the size of the boot loader code+data that we want to protect in the flash. This replaces use of the no longer defined _armboot_start. Fixes: flash.c: In function ‘flash_init’: flash.c:75: error: ‘_bss_start’ undeclared (first use in this function) flash.c:75: error: (Each undeclared identifier is reported only once flash.c:75: error: for each function it appears in.) flash.c:75: error: ‘_armboot_start’ undeclared (first use in this function) Signed-off-by: <greg.ungerer@opengear.com>
2011-07-16Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ1-4/+6
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2005-05-19Patch by Greg Ungerer, 19 May 2005:wdenk1-0/+409
add support for the OpenGear CM4008 board