diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-03-14 16:24:38 +0100 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-03-14 16:24:38 +0100 |
commit | 991425fe0509b97f94e1177346a41e784e3f05d0 (patch) | |
tree | 48d07586e3d3085e6846a83b6fa7090cc9dd9516 /Makefile | |
parent | 4c8d1ecce23b848dee028d223551a8867de627ff (diff) | |
download | u-boot-imx-991425fe0509b97f94e1177346a41e784e3f05d0.zip u-boot-imx-991425fe0509b97f94e1177346a41e784e3f05d0.tar.gz u-boot-imx-991425fe0509b97f94e1177346a41e784e3f05d0.tar.bz2 |
Add initial support for MPC8349E MDS board.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1293,6 +1293,9 @@ MPC8349ADS_config: unconfig TQM834x_config: unconfig @./mkconfig $(@:_config=) ppc mpc83xx tqm834x +MPC8349EMDS_config: unconfig + @./mkconfig $(@:_config=) ppc mpc83xx mpc8349emds + ######################################################################### ## MPC85xx Systems ######################################################################### |