[U-Boot] [PATCH 1/2] fix ARM DCC support for ARMv7 based cores (e.g. CortexA)

Albert ARIBAUD albert.u.boot at aribaud.net
Thu Apr 16 12:31:14 CEST 2015


Hello Alexander,

On Thu, 19 Mar 2015 18:37:19 +0100, Alexander Merkle <alexander.merkle at lauterbach.com> wrote:
> Signed-off-by: Alexander Merkle <alexander.merkle at lauterbach.com>
> ---
> 
>  drivers/serial/arm_dcc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/serial/arm_dcc.c b/drivers/serial/arm_dcc.c
> index 5dfb02f..e777737 100644
> --- a/drivers/serial/arm_dcc.c
> +++ b/drivers/serial/arm_dcc.c
> @@ -29,9 +29,9 @@
>  #include <common.h>
>  #include <serial.h>
>  
> -#if defined(CONFIG_CPU_V6)
> +#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
>  /*
> - * ARMV6
> + * ARMV6 & ARMV7
>   */
>  #define DCC_RBIT	(1 << 30)
>  #define DCC_WBIT	(1 << 29)
> -- 
> 2.1.4
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list