From a6bbee66197759f790de83181924bf1d2cf482b2 Mon Sep 17 00:00:00 2001
From: Fabio Estevam <fabio.estevam@freescale.com>
Date: Thu, 9 Jan 2014 08:57:12 -0200
Subject: [PATCH] mx6slevk: Include "mx6_common.h"

Include "mx6_common.h" so that some ARM errata are applied and also the
vddsoc regulator can be changed.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
---
 include/configs/mx6slevk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 7abad08c47..b29f78cc2c 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -11,6 +11,7 @@
 
 #include <asm/arch/imx-regs.h>
 #include <asm/sizes.h>
+#include "mx6_common.h"
 
 #define CONFIG_MX6
 #define CONFIG_DISPLAY_CPUINFO
-- 
2.39.5