summaryrefslogtreecommitdiff
path: root/board/delta/lowlevel_init.S
Commit message (Collapse)AuthorAgeLines
* {delta,zylonite}/lowlevel_init.S: fix typoWolfgang Denk2009-01-27-1/+1
| | | | | | | | | | | Commit 9d803d8c mistakenly changed some constants from 0x300 into 300 - this patch fixes it. Pointed out by Tom Evans <tom@ceos.com.au>, see http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for details. Signed-off-by: Wolfgang Denk <wd@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-5/+5
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher2006-03-20-242/+3
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-06-115/+115
| | | | Code cleanup.
* SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-22-23/+8
| | | | we only see 64MB.
* SDRAM seems to be working on delta board, though u-boot doesn't start yet.Markus Klotzbücher2006-02-22-58/+83
|
* New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-20-0/+375
zylonite). Minor pxa-regs.h update.