2009/5/10 Jean-Christophe PLAGNIOL-VILLARD :
>> >> @@ -0,0 +1,59 @@
>> >> +/*
>> >> + * You should have received a copy of the GNU General Public License
>> >> + * along with this program; if not, write to the Free Software
>> >> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
>> >> + * M
> >> +
> >> +/*
> >> + * This is just to keep the linker happy.
> >> + */
> >> +
> >> +.globl lowlevel_init
> >> +
> >> +lowlevel_init:
> >> + mov pc, lr
> > why do you need it?
>
> start.S:cpu_init_crit needs it and I haven't defined SKIP_LOWLEVEL.
> Might be possible to define SKIP_LOWLE
2009/5/9 Jean-Christophe PLAGNIOL-VILLARD :
>> +++ b/board/freescale/mx31pdk/lowlevel_init.S
>> @@ -0,0 +1,30 @@
>> +/*
>> + * (C) Copyright 2008 Magnus Lilja
>> + *
>> + * See file CREDITS for list of people who contributed to this
>> + * project.
>> + *
>> + * This program is free software; you
> +++ b/board/freescale/mx31pdk/lowlevel_init.S
> @@ -0,0 +1,30 @@
> +/*
> + * (C) Copyright 2008 Magnus Lilja
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
This patch assumes that some other program performs the actual
NAND boot.
Signed-off-by: Magnus Lilja
---
MAKEALL |1 +
Makefile|3 +
board/freescale/mx31
5 matches
Mail list logo