]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: mx6: Update non-Freescale boards to include CPU errata.
authorEric Nelson <eric.nelson@boundarydevices.com>
Wed, 27 Nov 2013 00:40:30 +0000 (17:40 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 17 Dec 2013 17:38:42 +0000 (18:38 +0100)
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>
include/configs/nitrogen6x.h
include/configs/titanium.h
include/configs/udoo.h
include/configs/wandboard.h

index 957dabecd5ba763ab52342c562677e7ebb5b96ce..9c9f8f7a74e2e2c4207ae878b8bf3b3407df9b5f 100644 (file)
@@ -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
index 0bb6731a26270ba98cb32295489021f9b897d90f..f9e00c5b8b7019ed7803288b8306db74a90ba457 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 
index a1a1750cfddf5538ee72942486eee3089060adac..4d96f18b08949b1a248c73f266c8a2ee96ee1fc5 100644 (file)
@@ -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>
index e9c7e64bef1bdd646d135a73eb2058ae298b6294..8ce2d6e1708acfc2ada6f54a980f02bfeb100ea8 100644 (file)
@@ -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>