summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-12-07 00:42:32 +0100
committerWolfgang Denk <wd@denx.de>2008-02-04 00:17:20 +0100
commit4fedfddf97461b88668b9aec774dfb7a0c6dc368 (patch)
treea57b38064eb6c796263e8a1f6c6778df8b1f22cc /Makefile
parent2c5260f711168d5ee91c70ddbb7d897013eefc46 (diff)
downloadblackbird-obmc-uboot-4fedfddf97461b88668b9aec774dfb7a0c6dc368.tar.gz
blackbird-obmc-uboot-4fedfddf97461b88668b9aec774dfb7a0c6dc368.zip
ARM: Board voiceblue update
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 0f6cc59aee..ec8661ad89 100644
--- a/Makefile
+++ b/Makefile
@@ -2467,20 +2467,8 @@ versatileab_config \
versatilepb_config : unconfig
@board/versatile/split_by_variant.sh $@
-voiceblue_smallflash_config \
voiceblue_config: unconfig
- @mkdir -p $(obj)include
- @mkdir -p $(obj)board/voiceblue
- @if [ "$(findstring _smallflash_,$@)" ] ; then \
- $(XECHO) "... boot from lower flash bank" ; \
- echo "#define VOICEBLUE_SMALL_FLASH" >>$(obj)include/config.h ; \
- echo "VOICEBLUE_SMALL_FLASH=y" >$(obj)board/voiceblue/config.tmp ; \
- else \
- $(XECHO) "... boot from upper flash bank" ; \
- >$(obj)include/config.h ; \
- echo "VOICEBLUE_SMALL_FLASH=n" >$(obj)board/voiceblue/config.tmp ; \
- fi
- @$(MKCONFIG) -a voiceblue arm arm925t voiceblue
+ @$(MKCONFIG) $(@:_config=) arm arm925t voiceblue
cm4008_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t cm4008 NULL ks8695
OpenPOWER on IntegriCloud