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/nitrogen6x.h | |
parent | 015999584167b946dbc8f0c4fee96cc806dd10cc (diff) |
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/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 957dabecd5..9c9f8f7a74 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -10,6 +10,7 @@ #ifndef __CONFIG_H #define __CONFIG_H +#include "mx6_common.h" #define CONFIG_MX6 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |