diff options
author | wdenk <wdenk> | 2004-10-10 20:23:57 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 20:23:57 +0000 |
commit | cf33678e51e02143ed67850b3f13646fd51fb489 (patch) | |
tree | 68d8c425710d63d266395181eb592ec61ba3c734 /MAKEALL | |
parent | 08b6aa61545d74afd4a9646adb469cf1320f4d8f (diff) | |
download | u-boot-imx-cf33678e51e02143ed67850b3f13646fd51fb489.zip u-boot-imx-cf33678e51e02143ed67850b3f13646fd51fb489.tar.gz u-boot-imx-cf33678e51e02143ed67850b3f13646fd51fb489.tar.bz2 |
* Patch by Jon Loeliger, 24 Aug 2004:
- Fix PCI window on MPC85xx; remove unneeded PCI initialization
from board_early_init_f()
- Provide SW workaround for PCI initialization on 85xx CDS
- Convert MPC85xxADS to use common CFI flash driver
* Cleanup: avoid compiler warnings
* Add CMC PU2 board to MAKEALL script
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -140,10 +140,11 @@ LIST_ARM7="B2 ep7312 evb4510 impa7 modnet50" ######################################################################### LIST_ARM9=" \ - at91rm9200dk integratorcp integratorap lpd7a400 \ - mx1ads mx1fs2 omap1510inn omap1610h2 \ - omap1610inn omap730p2 scb9328 smdk2400 \ - smdk2410 trab VCMA9 versatile \ + at91rm9200dk cmc_pu2 integratorcp integratorap \ + lpd7a400 mx1ads mx1fs2 omap1510inn \ + omap1610h2 omap1610inn omap730p2 scb9328 \ + smdk2400 smdk2410 trab VCMA9 \ + versatile \ " ######################################################################### |