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

2013-01-08 Thread Albert ARIBAUD
Hi Albert, On Tue, 8 Jan 2013 21:18:01 +0100, Albert ARIBAUD wrote: > The goal of this series is to scrub the start.S files > which have proliferated across arch/arm and eliminate > code redundancy. > > This series only factorizes the C runtime framework, > that is, the assembly code responsib

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

2013-01-08 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. 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 relocate_code().