summaryrefslogtreecommitdiff
path: root/board/atmel/at91rm9200dk/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-09-04ARM: remove broken "at91rm9200dk" boardWolfgang Denk1-1/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-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>
2008-02-14Move AT91RM9200DK board support under board/atmelHaavard Skinnemoen1-0/+1
We already have a vendor subdir for Atmel, so we should use it. Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>