summaryrefslogtreecommitdiffstats
path: root/board/jse/flash.c
Commit message (Collapse)AuthorAgeFilesLines
* board/jse/flash.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-031-14/+1
| | | | | | | | | | | Fix: flash.c: In function 'flash_erase': flash.c:304:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] In addition, remove some dead code. Signed-off-by: Wolfgang Denk <wd@denx.de>
* ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-231-1/+1
| | | | | | | | | This patch moves some ppc4xx related headers from the common include directory (include/) to the powerpc specific one (arch/powerpc/include/asm/). This way to common include directory is not so cluttered with files. Signed-off-by: Stefan Roese <sr@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-5/+5
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Patch by Stephen Williams, 11 May 2004:wdenk2004-06-091-151/+33
| | | | | Add flash support for ST M29W040B Reduce JSE specific flash.c to remove dead code.
* Make compile clean.wdenk2004-04-251-37/+4
|
* * Patch by Stephen Williams, 01 Apr 2004:wdenk2004-04-151-0/+671
Add support for Picture Elements JSE board * Patch by Christian Pell, 01 Apr 2004: Add CompactFlash support for PXA systems.
OpenPOWER on IntegriCloud