diff options
author | Andy Fleming <afleming@freescale.com> | 2007-04-23 02:24:28 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-04-23 19:58:28 -0500 |
commit | 81f481ca708ed6a56bf9c410e3191dbad581c565 (patch) | |
tree | c9f7d03b85dca50b7ce2a34de53d24fc07cb16bb /MAKEALL | |
parent | 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe (diff) | |
download | u-boot-imx-81f481ca708ed6a56bf9c410e3191dbad581c565.zip u-boot-imx-81f481ca708ed6a56bf9c410e3191dbad581c565.tar.gz u-boot-imx-81f481ca708ed6a56bf9c410e3191dbad581c565.tar.bz2 |
Enable 8544 support
* Add support to the Makefile
* Add 8544 configuration support to the tsec driver
* Add 8544 SVR numbers to processor.h
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -142,10 +142,10 @@ LIST_83xx=" \ ######################################################################### LIST_85xx=" \ - MPC8540ADS MPC8540EVAL MPC8541CDS MPC8548CDS \ - MPC8555CDS MPC8560ADS PM854 PM856 \ - sbc8540 sbc8560 stxgp3 TQM8540 \ - TQM8541 TQM8555 TQM8560 \ + MPC8540ADS MPC8540EVAL MPC8541CDS MPC8544DS \ + MPC8548CDS MPC8555CDS MPC8560ADS PM854 \ + PM856 sbc8540 sbc8560 stxgp3 \ + TQM8540 TQM8541 TQM8555 TQM8560 \ " ######################################################################### |