
18 Sep
2012
18 Sep
'12
2:30 p.m.
Hi Dirk,
On Tue, Sep 18, 2012 at 5:02 AM, Dirk Behme dirk.behme@de.bosch.com wrote:
On 17.09.2012 18:34, Fabio Estevam wrote:
lowlevel_init.S is not used on mx6,
Yes, but ...
We use lowlevel_init.S on a not yet public custom board to do some early, custom specific initialization. So I would vote to keep this.
arch/arm/cpu/armv7/mx6/lowlevel_init.S is meant to contain code that is common to all mx6 boards. If you need some specific initialization for your board, I would suggest you to add such code into a C board file, or at least at board/<vendor>/<board_name>/lowlevel_init.S instead.
Regards,
Fabio Estevam