diff options
author | Haavard Skinnemoen <hskinnemoen at> | 2008-02-22 11:40:50 +0000 |
---|---|---|
committer | ubuntu <ubuntu@us710-oe.cambridge.arm.com> | 2008-02-14 10:07:46 +0000 |
commit | 65230107025733e89e28fd5e5cfd916d4953c28a (patch) | |
tree | f96c9999acd00f385493cc77d0d4757b45e24037 /Makefile | |
parent | a93907c43f847f076dd0e34ee3b69b5e8e6d0d29 (diff) |
Move AT91RM9200DK board support under board/atmel
We already have a vendor subdir for Atmel, so we should use it.
Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2302,7 +2302,7 @@ xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$ xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1))) at91rm9200dk_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200dk NULL at91rm9200 + @$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200dk atmel at91rm9200 cmc_pu2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200 |