summaryrefslogtreecommitdiff
path: root/board/delta/config.mk
Commit message (Collapse)AuthorAgeLines
* PXA: Remove "delta" boardMarek Vasut2010-10-22-1/+0
| | | | Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-1/+1
| | | | | | | | | | | | The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Merge with /home/m8/git/u-bootWolfgang Denk2006-04-12-7/+0
|\
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-3/+0
| | | | | | | | Some more NAND cleanup and small fixes.
* | Change delta board memory map to start at 0x80000000.Markus Klotzbuecher2006-03-29-1/+1
|/
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-06-1/+0
| | | | Code cleanup.
* First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-28-0/+3
|
* SDRAM now working.Markus Klotzbücher2006-02-22-2/+3
|
* SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-22-1/+2
| | | | we only see 64MB.
* New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-20-0/+4
zylonite). Minor pxa-regs.h update.