diff options
author | Stelian Pop <stelian@popies.net> | 2008-02-07 09:42:57 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-02-14 09:37:58 +0000 |
commit | 64e8a06af68cda174a8a06d0a61fce5e5bb189d7 (patch) | |
tree | 07bca975148e2961eb33dee9a9d700d49502affd /Makefile | |
parent | 7263ef191b87da94768f762c7093bedeb70db98f (diff) | |
download | u-boot-imx-64e8a06af68cda174a8a06d0a61fce5e5bb189d7.zip u-boot-imx-64e8a06af68cda174a8a06d0a61fce5e5bb189d7.tar.gz u-boot-imx-64e8a06af68cda174a8a06d0a61fce5e5bb189d7.tar.bz2 |
AT91CAP9 support : move board files to Atmel vendor directory.
AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2297,7 +2297,7 @@ xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$ xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1))) at91cap9adk_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm926ejs at91cap9adk NULL at91cap9 + @$(MKCONFIG) $(@:_config=) arm arm926ejs at91cap9adk atmel at91cap9 at91rm9200dk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200dk NULL at91rm9200 |