diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-11-26 17:40:30 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-12-17 18:38:42 +0100 |
commit | 02824dc78642b3057cc8c1ab7dc32203f55a17fa (patch) | |
tree | 09b02c47b488671710f07afd07e10fbdfbcdb822 /include/configs/wandboard.h | |
parent | 015999584167b946dbc8f0c4fee96cc806dd10cc (diff) | |
download | u-boot-imx-02824dc78642b3057cc8c1ab7dc32203f55a17fa.zip u-boot-imx-02824dc78642b3057cc8c1ab7dc32203f55a17fa.tar.gz u-boot-imx-02824dc78642b3057cc8c1ab7dc32203f55a17fa.tar.bz2 |
ARM: mx6: Update non-Freescale boards to include CPU errata.
The CPU errata expressed in include/configs/mx6_common.h apply
to all i.MX6DQ and i.MX6DLS parts.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index e9c7e64..8ce2d6e 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -9,6 +9,7 @@ #ifndef __CONFIG_H #define __CONFIG_H +#include "mx6_common.h" #include <asm/arch/imx-regs.h> #include <asm/imx-common/gpio.h> #include <asm/sizes.h> |