[U-Boot] [PATCH v3 06/15] imx: mx6ul remove errata for i.MX6UL
Stefano Babic
sbabic at denx.de
Sun Aug 2 11:16:14 CEST 2015
On 20/07/2015 13:28, Peng Fan wrote:
> Since i.MX6UL use A7 core, but not A9 core, we do not need
> the erratas for i.MX6UL.
>
> Signed-off-by: Ye.Li <B37916 at freescale.com>
> Signed-off-by: Peng Fan <Peng.Fan at freescale.com>
> ---
>
> Changes v3:
> none
>
> Changes v2:
> remove the system counter define, since default use GPT now.
>
> include/configs/mx6_common.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
> index 54ab890..ce43bd7 100644
> --- a/include/configs/mx6_common.h
> +++ b/include/configs/mx6_common.h
> @@ -17,11 +17,11 @@
> #ifndef __MX6_COMMON_H
> #define __MX6_COMMON_H
>
> +#ifndef CONFIG_MX6UL
> #define CONFIG_ARM_ERRATA_743622
> #define CONFIG_ARM_ERRATA_751472
> #define CONFIG_ARM_ERRATA_794072
> #define CONFIG_ARM_ERRATA_761320
> -#define CONFIG_BOARD_POSTCLK_INIT
>
> #ifndef CONFIG_SYS_L2CACHE_OFF
> #define CONFIG_SYS_L2_PL310
> @@ -29,6 +29,8 @@
> #endif
>
> #define CONFIG_MP
> +#endif
> +#define CONFIG_BOARD_POSTCLK_INIT
> #define CONFIG_MXC_GPT_HCLK
>
> #define CONFIG_SYS_NO_FLASH
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list