From patchwork Wed Dec 2 14:27:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Egli X-Patchwork-Id: 551384 X-Patchwork-Delegate: trini@ti.com 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 43FFD14030F for ; Thu, 3 Dec 2015 01:28:35 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 501DD4BA41; Wed, 2 Dec 2015 15:28:31 +0100 (CET) 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 FfBa4kl2EPji; Wed, 2 Dec 2015 15:28:31 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E2A794BA1F; Wed, 2 Dec 2015 15:28:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 463AB4BA1F for ; Wed, 2 Dec 2015 15:28:28 +0100 (CET) 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 1RHp8LePK9Ia for ; Wed, 2 Dec 2015 15:28:28 +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 thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by theia.denx.de (Postfix) with ESMTPS id 17A934BA00 for ; Wed, 2 Dec 2015 15:28:24 +0100 (CET) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id tB2ESNxo021260 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 2 Dec 2015 15:28:23 +0100 Received: from dev.sbt.siemens.com ([139.22.42.99]) by mail1.siemens.de (8.15.1/8.15.1) with SMTP id tB2ESMif000394; Wed, 2 Dec 2015 15:28:22 +0100 From: Samuel Egli To: Date: Wed, 2 Dec 2015 15:27:57 +0100 Message-Id: <1449066477-15522-2-git-send-email-samuel.egli@siemens.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1449066477-15522-1-git-send-email-samuel.egli@siemens.com> References: <1449066477-15522-1-git-send-email-samuel.egli@siemens.com> Cc: doublesin@ti.com, samuel.egli@siemens.com, Roger Meier , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/2] siemens,am33x: remove ddr3 delay workaround X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Samuel Egli Cc: Roger Meier Cc: Heiko Schocher --- board/siemens/draco/board.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/board/siemens/draco/board.c b/board/siemens/draco/board.c index 4882314..988c12a 100644 --- a/board/siemens/draco/board.c +++ b/board/siemens/draco/board.c @@ -196,11 +196,6 @@ struct ctrl_ioregs draco_ddr3_ioregs = { config_ddr(DDR_PLL_FREQ, &draco_ddr3_ioregs, &draco_ddr3_data, &draco_ddr3_cmd_ctrl_data, &draco_ddr3_emif_reg_data, 0); - - /* For Samsung 2Gbit RAM we need this delay otherwise config fails after - * soft reset. - */ - udelay(2000); } static void spl_siemens_board_init(void)