[U-Boot] [PATCH v3 0/2] Factorize ARM startup code as mush as possible.

2012-11-10 Thread Albert ARIBAUD
The goal of this series is to scrub the start.S files which have proliferated across arch/arm and eliminate code redundancy. Currently this series only factorizes the C runtime framework, that is, the assembly code responsible for setting up the C environments needed by board_init_*() and

Re: [U-Boot] [PATCH v3 0/2] Factorize ARM startup code as mush as possible.

2012-11-10 Thread Albert ARIBAUD
Hi Albert, On Sat, 10 Nov 2012 18:00:11 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: The goal of this series is to scrub the start.S files which have proliferated across arch/arm and eliminate code redundancy. Currently this series only factorizes the C runtime framework, that