diff options
author | Michal Simek <root@monstr.eu> | 2007-03-26 01:39:07 +0200 |
---|---|---|
committer | Michal Simek <root@monstr.eu> | 2007-03-26 01:39:07 +0200 |
commit | 1798049522f594013aea29457d46794298c6ae15 (patch) | |
tree | 966edd78aadda268b6412e616c051602f99a6094 /Makefile | |
parent | cfc67116a706fd18b8f6a9c11a16753c5626d689 (diff) | |
download | u-boot-1798049522f594013aea29457d46794298c6ae15.zip u-boot-1798049522f594013aea29457d46794298c6ae15.tar.gz u-boot-1798049522f594013aea29457d46794298c6ae15.tar.bz2 |
Support for XUPV2P board
Reset support
BSP autoconfig support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ######################################################################### |