
That did the trick. No more issues with compilation (with ELDK at least, haven't tried again with the Freescale toolchain). Thank you very much for your help.
Regards, Matthew
-----Original Message----- From: Kumar Gala [mailto:galak@kernel.crashing.org] Sent: Tuesday, June 07, 2011 9:33 AM To: Stafford, Matthew Cc: Wolfgang Denk; u-boot@lists.denx.de Subject: Re: [U-Boot] Issues building for the P2020 (linking)
On Jun 7, 2011, at 7:36 AM, Stafford, Matthew wrote:
Hi again,
Sorry for the slow reply time to this. Could you tell me what toolchain you are using as well as your compile time options? I've tried this using the ELDK 5.0 (powerpc-softfloat) as well as the Freescale toolchain provided with the P2020DS.
Thank you, Matthew
You can try and reduce the u-boot size by removing CONFIG_VIDEO support from include/configs/P2020DS.h
[ assuming that's not a feature you need ]
- k