[U-Boot] [PATCH 2/5] [PATCH 2/5] Add support for the armadeus APF27 board
Fabio Estevam
festevam at gmail.com
Fri Jun 29 01:06:53 CEST 2012
Hi Philippe,
On Thu, Jun 28, 2012 at 5:36 PM, Philippe Reynes <tremyfr at yahoo.fr> wrote:
> Signed-off-by: Philippe Reynes <tremyfr at yahoo.fr>
> Signed-off-by: Eric Jarrige <eric.jarrige at armadeus.org>
Here we have armadeus.org
> Signed-off-by: Nicolas Colombain <nicolas.colombain at armadeus.com>
,and here it is armadeus.com. Which one is correct?
> ---
> board/armadeus/apf27/Makefile | 52 ++++++
> board/armadeus/apf27/apf27.c | 310 ++++++++++++++++++++++++++++++++++
> board/armadeus/apf27/config.mk | 38 ++++
> board/armadeus/apf27/lowlevel_init.S | 275 ++++++++++++++++++++++++++++++
> boards.cfg | 1 +
You missed an entry to the MAINTAINERS file.
> +void
> +show_boot_progress(int status)
> +{
> +#ifdef CONFIG_SHOW_BOOT_PROGRESS
> +#endif
This ifdef seems to be useless at this location.
> --- /dev/null
> +++ b/board/armadeus/apf27/lowlevel_init.S
Can't this be converted into a C file instead?
Check board/hale/tt01/tt01.c, for example.
> +#include <config.h>
> +#include <version.h>
> +#include <asm/macro.h>
> +#include <asm/arch/imx-regs.h>
> +#include <generated/asm-offsets.h>
> +
> +
> +
> +
To many new lines here.
More information about the U-Boot
mailing list