
In message 5B3767CDCE2C2B46B2BCB72C4833E888121F8B@zch01exm24.fsl.freescale.net you wrote:
For u-boot 1.1.4 from www.denx.de/git/u-boot.git :
Compiling mpc8xx_pcmcia.c failed when configued with "ADS860_config" or "MPC86xADS_config"
There were also many compile warnings (redifination) when make with "MPC8349EMDS_config", "MPC8540EVAL_config"... It caused by compiling drivers/mpc8xx_pcmcia.c rpx_pcmcia.c and tqm8xx_pcmcia.c. (we did not try other configs).
Please update your code. All these issues have been fixed long ago:
-> MAKEALL ADS860 MPC86xADS MPC8349EMDS MPC8540EVAL Configuring for ADS860 board... text data bss dec hex filename 149218 11232 20684 181134 2c38e u-boot Configuring for MPC86xADS board... text data bss dec hex filename 173438 12812 20868 207118 3290e u-boot Configuring for MPC8349EMDS board... text data bss dec hex filename 145116 10992 19016 175124 2ac14 u-boot ... 66 MHz PCI host Configuring for MPC8540EVAL board... text data bss dec hex filename 133851 8908 19000 161759 277df u-boot ->
Best regards,
Wolfgang Denk