[U-Boot] [PATCH 1/2] mx6ull: Fix WDOG3 base address
Stefano Babic
sbabic at denx.de
Thu Nov 23 11:34:53 UTC 2017
On 23/11/2017 12:18, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
>
> i.MX6ULL has the same WDOG3 base address as i.MX6UL, so take this
> into account in the base address definition.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
> ---
> arch/arm/include/asm/arch-mx6/imx-regs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
> index 624ccec..7736b6a 100644
> --- a/arch/arm/include/asm/arch-mx6/imx-regs.h
> +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
> @@ -367,7 +367,7 @@
> #include <asm/types.h>
>
> /* only for i.MX6SX/UL */
> -#define WDOG3_BASE_ADDR ((is_mx6ul() ? \
> +#define WDOG3_BASE_ADDR (((is_mx6ul() || is_mx6ull()) ? \
> MX6UL_WDOG3_BASE_ADDR : MX6SX_WDOG3_BASE_ADDR))
> #define LCDIF1_BASE_ADDR ((is_cpu_type(MXC_CPU_MX6SLL)) ? \
> MX6SLL_LCDIF_BASE_ADDR : \
>
Reviewed-by: Stefano Babic <sbabic at denx.de>
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