From patchwork Wed Jan 26 06:22:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kumar Gala X-Patchwork-Id: 80452 X-Patchwork-Delegate: galak@kernel.crashing.org 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 8BDC81007D1 for ; Wed, 26 Jan 2011 17:23:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6EF112809D; Wed, 26 Jan 2011 07:23:05 +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 2OBin7VdbhpP; Wed, 26 Jan 2011 07:23:05 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CE9FF280CE; Wed, 26 Jan 2011 07:22:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 216CA2808A for ; Wed, 26 Jan 2011 07:22:39 +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 qwTKtbxOr-GR for ; Wed, 26 Jan 2011 07:22:37 +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 gate.crashing.org (gate.crashing.org [63.228.1.57]) by theia.denx.de (Postfix) with ESMTPS id 60AF5280A6 for ; Wed, 26 Jan 2011 07:22:26 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p0Q6MMe3030999; Wed, 26 Jan 2011 00:22:22 -0600 From: Kumar Gala To: u-boot@lists.denx.de Date: Wed, 26 Jan 2011 00:22:18 -0600 Message-Id: <1296022938-19899-5-git-send-email-galak@kernel.crashing.org> X-Mailer: git-send-email 1.6.0.6 In-Reply-To: <1296022938-19899-4-git-send-email-galak@kernel.crashing.org> References: <1296022938-19899-1-git-send-email-galak@kernel.crashing.org> <1296022938-19899-2-git-send-email-galak@kernel.crashing.org> <1296022938-19899-3-git-send-email-galak@kernel.crashing.org> <1296022938-19899-4-git-send-email-galak@kernel.crashing.org> Cc: York Sun Subject: [U-Boot] [PATCH 5/5] poewrpc/85xx: Enable ECC on MPC8572DS X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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: York Sun Using hwconfig to turn on/off ECC, without re-compiling. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- include/configs/MPC8572DS.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 8f333a6..bf2fdd6 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -136,6 +136,7 @@ #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ #define CONFIG_DDR_SPD +#define CONFIG_DDR_ECC #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER #define CONFIG_MEM_INIT_VALUE 0xDeadBeef