瀏覽代碼

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>
Eric Nelson 11 年之前
父節點
當前提交
02824dc786
共有 4 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      include/configs/nitrogen6x.h
  2. 1 0
      include/configs/titanium.h
  3. 1 0
      include/configs/udoo.h
  4. 1 0
      include/configs/wandboard.h

+ 1 - 0
include/configs/nitrogen6x.h

@@ -10,6 +10,7 @@
 #ifndef __CONFIG_H
 #ifndef __CONFIG_H
 #define __CONFIG_H
 #define __CONFIG_H
 
 
+#include "mx6_common.h"
 #define CONFIG_MX6
 #define CONFIG_MX6
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 #define CONFIG_DISPLAY_BOARDINFO

+ 1 - 0
include/configs/titanium.h

@@ -13,6 +13,7 @@
 #ifndef __CONFIG_H
 #ifndef __CONFIG_H
 #define __CONFIG_H
 #define __CONFIG_H
 
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/imx-common/gpio.h>
 
 

+ 1 - 0
include/configs/udoo.h

@@ -9,6 +9,7 @@
 #ifndef __CONFIG_H
 #ifndef __CONFIG_H
 #define __CONFIG_H
 #define __CONFIG_H
 
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/sizes.h>
 #include <asm/sizes.h>

+ 1 - 0
include/configs/wandboard.h

@@ -9,6 +9,7 @@
 #ifndef __CONFIG_H
 #ifndef __CONFIG_H
 #define __CONFIG_H
 #define __CONFIG_H
 
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/sizes.h>
 #include <asm/sizes.h>