[U-Boot] [PATCH] mx6: Remove lowlevel_init.S
Fabio Estevam
festevam at gmail.com
Tue Sep 18 14:30:55 CEST 2012
Hi Dirk,
On Tue, Sep 18, 2012 at 5:02 AM, Dirk Behme <dirk.behme at 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
More information about the U-Boot
mailing list