aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-11-25 11:42:20 +0100
committerMichal Simek <monstr@monstr.eu>2008-12-10 09:25:33 +0100
commit8fab49ea911fe925392fa5afcc9bc7373a3d0cee (patch)
treeeeda30ee822a977eb2b2b2db70eaa48cf8019c96 /Makefile
parent99ba6f353582720defff6e6e6761dc455a207d31 (diff)
microblaze: Remove XUPV2P board
--- Microblaze platforms use generic settings and to have many platforms is confusing that's why I decided to remove this platform from U-BOOT. ml401 tree is sufficient for covering all Microblaze platforms. This change will go through microblaze custodian tree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f8fe29cf5..ca91f05a9 100644
--- a/Makefile
+++ b/Makefile
@@ -3153,11 +3153,6 @@ suzaku_config: unconfig
@echo "#define CONFIG_SUZAKU 1" > $(obj)include/config.h
@$(MKCONFIG) -a $(@:_config=) microblaze microblaze suzaku AtmarkTechno
-xupv2p_config: unconfig
- @mkdir -p $(obj)include
- @echo "#define CONFIG_XUPV2P 1" > $(obj)include/config.h
- @$(MKCONFIG) -a $(@:_config=) microblaze microblaze xupv2p xilinx
-
#========================================================================
# Blackfin
#========================================================================