From patchwork Tue Dec 20 12:00:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Veli-Pekka Peltola X-Patchwork-Id: 132408 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 538FCB6FDF for ; Tue, 20 Dec 2011 23:00:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 04B6528160; Tue, 20 Dec 2011 13:00:51 +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 2QeEpC8vZzGu; Tue, 20 Dec 2011 13:00:50 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C079C28164; Tue, 20 Dec 2011 13:00:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C131928164 for ; Tue, 20 Dec 2011 13:00:47 +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 Rz+n8FbyY8Is for ; Tue, 20 Dec 2011 13:00:47 +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 darkblue.bluegiga.com (bluegiga.fi [194.100.31.45]) by theia.denx.de (Postfix) with ESMTP id 1D72228160 for ; Tue, 20 Dec 2011 13:00:46 +0100 (CET) Received: from bluegiga.com ([10.1.1.102]) by darkblue.bluegiga.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 20 Dec 2011 14:00:44 +0200 Received: by bluegiga.com (sSMTP sendmail emulation); Tue, 20 Dec 2011 14:00:35 +0200 From: Veli-Pekka Peltola To: u-boot@lists.denx.de Date: Tue, 20 Dec 2011 14:00:11 +0200 Message-Id: <1324382411-22454-1-git-send-email-veli-pekka.peltola@bluegiga.com> X-Mailer: git-send-email 1.7.5.4 X-OriginalArrivalTime: 20 Dec 2011 12:00:44.0549 (UTC) FILETIME=[00C90350:01CCBF0F] Cc: Fabio Estevam Subject: [U-Boot] [PATCH] mx28: remove omap specific config options 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 Config options for OMAP are not used with i.MX28 so remove dead code. Signed-off-by: Veli-Pekka Peltola Cc: Stefano Babic Cc: Marek Vasut Cc: Fabio Estevam Acked-by: Fabio Estevam Acked-by: Stefano Babic --- arch/arm/cpu/arm926ejs/mx28/start.S | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx28/start.S b/arch/arm/cpu/arm926ejs/mx28/start.S index 94696d6..2cd4d73 100644 --- a/arch/arm/cpu/arm926ejs/mx28/start.S +++ b/arch/arm/cpu/arm926ejs/mx28/start.S @@ -40,12 +40,6 @@ #include #include -#if defined(CONFIG_OMAP1610) -#include <./configs/omap1510.h> -#elif defined(CONFIG_OMAP730) -#include <./configs/omap730.h> -#endif - /* ************************************************************************* *