summaryrefslogtreecommitdiff
path: root/board/netstar/config.mk
Commit message (Collapse)AuthorAgeLines
* ARM: remove broken "netstar" boardWolfgang Denk2011-09-04-11/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-3/+3
| | | | | | | | | | | | 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>
* Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-3/+0
| | | | Some more NAND cleanup and small fixes.
* Minor code cleanupWolfgang Denk2006-03-06-1/+0
|
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-05-1/+1
| | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-24-0/+4
|
* Update of new NAND codeWolfgang Denk2005-09-14-0/+11
Patch by Ladislav Michl, 13 Sep 2005