[U-Boot-Users] [PATCH] Cleanup cpu/arm920t

Steven Scholz steven.scholz at imc-berlin.de
Wed Aug 11 17:53:56 CEST 2004


llandre wrote:

> The build has been completed successfully.
> According to you is this solution ok? Wolfang?

But this means "ar crv libarm920t.a" is called several times.

We have to be careful then since the option "crv" would overwrite existing 
members of the archive. Right?
I think that's why llandre used ep93xx_interrupts.o instead of interrupts.o.
So maybe the SoC name in the files is not redundand...

On the other hand this could be used to explicitly _overwrite_ the generic 
stuff in (let's say) cpu/arm920t/interrupt.o by (let's say) 
cpu/arm920t/imx/interrupt.o. But I am afraid code is duplicated by people 
again...

--
Steven




More information about the U-Boot mailing list