diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2007-02-09 10:45:42 +0100 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2007-02-09 10:45:42 +0100 |
commit | 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a (patch) | |
tree | 1ccee4816ee25f8835d364739f13529814d01659 /Makefile | |
parent | b78bb469f536b357ee21c54f40201dbe4b201ac3 (diff) | |
download | u-boot-imx-53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a.zip u-boot-imx-53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a.tar.gz u-boot-imx-53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a.tar.bz2 |
[Motion-PRO] Preliminary support for the Motion-PRO board.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -604,6 +604,9 @@ TQM5200_STK100_config: unconfig @$(MKCONFIG) -n $@ -a TQM5200 ppc mpc5xxx tqm5200 uc101_config: unconfig @$(MKCONFIG) uc101 ppc mpc5xxx uc101 +motionpro_config: unconfig + @$(MKCONFIG) motionpro ppc mpc5xxx motionpro + ######################################################################### ## MPC8xx Systems |