From patchwork Wed Oct 17 17:33:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 192110 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 7E5412C008E for ; Thu, 18 Oct 2012 04:34:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E4B504A2B7; Wed, 17 Oct 2012 19:33:57 +0200 (CEST) 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 7FslkQED1rQn; Wed, 17 Oct 2012 19:33:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C69464A2EC; Wed, 17 Oct 2012 19:33:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 90A694A2A5 for ; Wed, 17 Oct 2012 19:33:42 +0200 (CEST) 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 4BgIkXl4Nwvf for ; Wed, 17 Oct 2012 19:33:41 +0200 (CEST) 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-gg0-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 6CBE74A29F for ; Wed, 17 Oct 2012 19:33:39 +0200 (CEST) Received: by mail-gg0-f172.google.com with SMTP id i4so2154005ggn.3 for ; Wed, 17 Oct 2012 10:33:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=fVVJa4w3b7PMZ/F7nH8L29ICleLt0/ZMfk3eEUF/jtw=; b=mhtN4YNya2ruDseo8x1cJN6iLhiQxCvNS0RlCiyvYfR+voj0NI8IGP5CMjzIc32XZ7 l4v2uFT0dDrcZmAs8WmU+Y6p8MaOnwrVyK0+vr4HmOPYcZI/6RxRjz7EHJQDp/O2GEsq jWtIPvxy7QI08uQqKO5yJ3xXIjW4TcUdn2wyx2UjSTYeDO4mAv6L1P+XljGnqCYCH0Fi kfADbkGsVo1T352/3dScbam6OoIKYFRZsg3Wh4seP5sI7Ww6oRjoOtnNEpiG3egpDQtN u0ipkXcfTM2caD5TejRd2JufNcts3YVDlwNyPWGJ8kD5iNDJbR5AEFalmB7/hvZjDO2o 2reQ== Received: by 10.100.245.2 with SMTP id s2mr1274747anh.43.1350495218160; Wed, 17 Oct 2012 10:33:38 -0700 (PDT) Received: from fabio-Latitude-E6410.cps.virtua.com.br ([201.82.136.72]) by mx.google.com with ESMTPS id o66sm21406945yhi.19.2012.10.17.10.33.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Oct 2012 10:33:37 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Wed, 17 Oct 2012 14:33:27 -0300 Message-Id: <1350495207-3474-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350495207-3474-1-git-send-email-festevam@gmail.com> References: <1350495207-3474-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/2] mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER 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 Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now. Signed-off-by: Fabio Estevam --- include/configs/mx6qarm2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 965bea3..b425fed 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -50,6 +50,7 @@ #define CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_MMC_BOUNCE_BUFFER #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION @@ -164,6 +165,4 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ -#define CONFIG_SYS_DCACHE_OFF - #endif /* __CONFIG_H */