[U-Boot] [PATCH 1/9] ARM: a320evb: re-add MACH_TYPE_FARADAY

Simon Glass sjg at chromium.org
Sat Nov 19 18:56:01 CET 2011


On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin <agust at denx.de> wrote:
> MACH_TYPE_FARADAY was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin <agust at denx.de>

I built this and it fixes the failure. I did not test on hardware.

Acked-by: Simon Glass <sjg at chromium.org>

> ---
>  board/faraday/a320evb/a320evb.c |    1 -
>  include/configs/a320evb.h       |    3 +++
>  2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/board/faraday/a320evb/a320evb.c b/board/faraday/a320evb/a320evb.c
> index 2578be4..dfd186b 100644
> --- a/board/faraday/a320evb/a320evb.c
> +++ b/board/faraday/a320evb/a320evb.c
> @@ -31,7 +31,6 @@ DECLARE_GLOBAL_DATA_PTR;
>
>  int board_init(void)
>  {
> -       gd->bd->bi_arch_number = MACH_TYPE_FARADAY;
>        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
>
>        ftsmc020_init();        /* initialize Flash */
> diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
> index 45a7c53..2904e2e 100644
> --- a/include/configs/a320evb.h
> +++ b/include/configs/a320evb.h
> @@ -37,6 +37,9 @@
>
>  #undef CONFIG_SKIP_LOWLEVEL_INIT
>
> +#define MACH_TYPE_FARADAY      758
> +#define CONFIG_MACH_TYPE       MACH_TYPE_FARADAY
> +
>  /*
>  * Power Management Unit
>  */
> --
> 1.7.5.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list