]> git.sur5r.net Git - u-boot/blobdiff - Makefile
Support for XUPV2P board
[u-boot] / Makefile
index f67eb26f80b3f8f63a8a715c3560721aa1ce2ad1..db7b04070e49aaf8c2f93a811d167335f665aff2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2309,6 +2309,11 @@ ml401_config:    unconfig
        @echo "#define CONFIG_ML401 1" >> include/config.h
        @./mkconfig -a $(@:_config=) microblaze microblaze ml401 xilinx
 
+xupv2p_config: unconfig
+       @ >include/config.h
+       @echo "#define CONFIG_XUPV2P 1" >> include/config.h
+       @./mkconfig -a $(@:_config=) microblaze microblaze xupv2p xilinx
+
 #########################################################################
 ## Blackfin
 #########################################################################