[U-Boot] [PATCH v2 1/3] ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header

Bo Shen voice.shen at atmel.com
Tue May 20 12:18:29 CEST 2014


Hi Josh,

On 05/20/2014 05:44 PM, Josh Wu wrote:
> Signed-off-by: Josh Wu <josh.wu at atmel.com>

For the whole patch set.

Acked-by: Bo Shen <voice.shen at atmel.com>

> ---
> v1 -> v2:
>    1. split the patch alone.
>    2. add missed ARM926EJS macro.
>
>   arch/arm/include/asm/arch-at91/at91sam9x5.h |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91sam9x5.h b/arch/arm/include/asm/arch-at91/at91sam9x5.h
> index a471038..d49c184 100644
> --- a/arch/arm/include/asm/arch-at91/at91sam9x5.h
> +++ b/arch/arm/include/asm/arch-at91/at91sam9x5.h
> @@ -12,6 +12,9 @@
>   #ifndef __AT91SAM9X5_H__
>   #define __AT91SAM9X5_H__
>
> +#define CONFIG_ARM926EJS	/* ARM926EJS Core */
> +#define CONFIG_AT91FAMILY	/* it's a member of AT91 family */
> +
>   /*
>    * Peripheral identifiers/interrupts.
>    */
>

Best Regards,
Bo Shen


More information about the U-Boot mailing list