From patchwork Wed Jun 5 22:02:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Winkler X-Patchwork-Id: 249235 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 AF81E2C00AA for ; Thu, 6 Jun 2013 08:03:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 14DF94A162; Thu, 6 Jun 2013 00:03:11 +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 pSq8bjZ9sY48; Thu, 6 Jun 2013 00:03:10 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 412D04A13C; Thu, 6 Jun 2013 00:02:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1B2D74A107 for ; Thu, 6 Jun 2013 00:02:48 +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 haza-AqmI1iZ for ; Thu, 6 Jun 2013 00:02:47 +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.integraonline.com (relay1.integra.net [204.130.255.180]) by theia.denx.de (Postfix) with SMTP id 2F37C4A10B for ; Thu, 6 Jun 2013 00:02:37 +0200 (CEST) Received: (qmail 3619 invoked from network); 5 Jun 2013 22:02:32 -0000 Received: from unknown (HELO localhost.localdomain) (70.96.116.236) by relay1.integra.net with SMTP; 5 Jun 2013 22:02:32 -0000 From: Robert Winkler To: u-boot@lists.denx.de Date: Wed, 5 Jun 2013 15:02:24 -0700 Message-Id: <1370469747-20808-2-git-send-email-robert.winkler@boundarydevices.com> X-Mailer: git-send-email 1.8.3 In-Reply-To: <1370469747-20808-1-git-send-email-robert.winkler@boundarydevices.com> References: <1370469747-20808-1-git-send-email-robert.winkler@boundarydevices.com> Subject: [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache 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 Signed-off-by: Robert Winkler --- include/configs/nitrogen6x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index aea91bc..07f39e9 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -276,7 +276,7 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ -#define CONFIG_SYS_DCACHE_OFF +/* #define CONFIG_SYS_DCACHE_OFF */ #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE