From patchwork Thu Jan 9 10:57:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 308560 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id C7ABD2C0305 for ; Thu, 9 Jan 2014 21:57:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78D6A4AF23; Thu, 9 Jan 2014 11:57:48 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bIkJ8ryyEc40; Thu, 9 Jan 2014 11:57:48 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ADFDC4A080; Thu, 9 Jan 2014 11:57:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5750B4AF4D for ; Thu, 9 Jan 2014 11:57:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M+MDhhyH5b4Q for ; Thu, 9 Jan 2014 11:57:27 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yh0-f42.google.com (mail-yh0-f42.google.com [209.85.213.42]) by theia.denx.de (Postfix) with ESMTPS id 2C5434AF18 for ; Thu, 9 Jan 2014 11:57:21 +0100 (CET) Received: by mail-yh0-f42.google.com with SMTP id z6so833299yhz.29 for ; Thu, 09 Jan 2014 02:57:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=mkT/68fZjOEYcKb/NsUd339phYL96ETjw/6c6N/dl2Y=; b=POQnjBjqyfqCA9MiEbfrjuLjXkHP9A/n97DyB2BC0LMAYxSKWgNVagLNgkpQct+PBV mfbjD2yVV5f6JY/H1GhaeKyJ4L9dxJ0bS5eJ8XO0kQG2Lf/+qRaa5DnJ+OZabL+lWBnl q/mX06dOYrgV5P78J+5fVuBI0y+0o9Yw3USbCt53EyEzvE+w2f+hAw9gQScIQDjrbhPt Xp53bSEUidRUhzCSoH92xlUIclXqZ2L3OZ/Pdueon3dZ2InXvmC0/gIt9DqsIcsXU17Q ycNjZDHqwMZ3jLdf066etVRtkufqK4y/SLalaeeV+KFCWS0ExtiIWhihvBAp20l6beiW 0mlg== X-Received: by 10.236.171.195 with SMTP id r43mr3653935yhl.56.1389265040315; Thu, 09 Jan 2014 02:57:20 -0800 (PST) Received: from localhost.localdomain ([201.82.193.37]) by mx.google.com with ESMTPSA id w45sm5859134yhk.4.2014.01.09.02.57.18 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 Jan 2014 02:57:20 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Thu, 9 Jan 2014 08:57:12 -0200 Message-Id: <1389265032-15530-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH v3] mx6slevk: Include "mx6_common.h" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Fabio Estevam Include "mx6_common.h" so that some ARM errata are applied and also the vddsoc regulator can be changed. Signed-off-by: Fabio Estevam Acked-by: Stefano Babic --- Changes since v2: - Discarded 1/2 and now all 3 errata are also applied to mx6solo-lite. Changes since v1: - None include/configs/mx6slevk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 7abad08..b29f78c 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -11,6 +11,7 @@ #include #include +#include "mx6_common.h" #define CONFIG_MX6 #define CONFIG_DISPLAY_CPUINFO