diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:14:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:14:38 +0200 |
commit | 0e4018d244f00d7aff055e8f6d52dbc93a40da14 (patch) | |
tree | 548cb97d182a606c4fdbc6c3cde2991afcca61c4 /Makefile | |
parent | c570b2fdf5da2e05c2707a112a1238913b6c4c23 (diff) | |
download | u-boot-imx-0e4018d244f00d7aff055e8f6d52dbc93a40da14.zip u-boot-imx-0e4018d244f00d7aff055e8f6d52dbc93a40da14.tar.gz u-boot-imx-0e4018d244f00d7aff055e8f6d52dbc93a40da14.tar.bz2 |
Add support for MP2USB board.
Patch by Eric Benard, 07 Apr 2005
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1390,6 +1390,9 @@ at91rm9200dk_config : unconfig cmc_pu2_config : unconfig @./mkconfig $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200 +mp2usb_config : unconfig + @./mkconfig $(@:_config=) arm arm920t mp2usb NULL at91rm9200 + ######################################################################## ## ARM Integrator boards ## There are two variants /AP && /CP |