From patchwork Thu Apr 6 09:22:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 96913 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp642036qgd; Thu, 6 Apr 2017 02:23:53 -0700 (PDT) X-Received: by 10.223.178.66 with SMTP id y2mr30051839wra.161.1491470633224; Thu, 06 Apr 2017 02:23:53 -0700 (PDT) Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id 201si2140790wma.2.2017.04.06.02.23.52; Thu, 06 Apr 2017 02:23:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@ti.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: by lists.denx.de (Postfix, from userid 105) id B745FC21C70; Thu, 6 Apr 2017 09:23:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 57619C21C49; Thu, 6 Apr 2017 09:23:17 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D5E3BC21BE5; Thu, 6 Apr 2017 09:23:13 +0000 (UTC) Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by lists.denx.de (Postfix) with ESMTPS id BCCAFC21BE5 for ; Thu, 6 Apr 2017 09:23:08 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v369N3eo009670; Thu, 6 Apr 2017 04:23:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1491470583; bh=GJqPxAx+dEP0w0O7HJcfekKbKu+kzRcxalC/BR7In+0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=hvSXiuE6p7n+v6sf6lPu50wDpevNxxXCRp0xWJTBTSoXJTJyrZIFCkCYNxqH7kl8T yhK4BsljIW6gYsEI2LMxgeYZug5oYK7UgbfW0O/vVjJGRN+4PwSO3YUkVENliguQpO LkMXMc94VSHXjoM7jyzyQR8NUwO4U+26igDh6tAk= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v369N3nt028312; Thu, 6 Apr 2017 04:23:03 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 6 Apr 2017 04:23:02 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v369MvS1011120; Thu, 6 Apr 2017 04:23:01 -0500 From: Sekhar Nori To: Tom Rini , Peter Howard , Lokesh Vutla , Vitaly Andrianov Date: Thu, 6 Apr 2017 14:52:53 +0530 Message-ID: <20170406092257.15541-2-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20170406092257.15541-1-nsekhar@ti.com> References: <20170406092257.15541-1-nsekhar@ti.com> MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/5] davinci: omapl138_lcdk: remove spiboot X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" OMAP-L138 LCDK board does not have a SPI flash. Remove spiboot related environment variable definitions. Signed-off-by: Sekhar Nori Reviewed-by: Lukasz Majewski Reviewed-by: Tom Rini --- include/configs/omapl138_lcdk.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 6700073aa203..f6aca0482527 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -264,9 +264,7 @@ #define CONFIG_BOOTARGS "console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off" #define CONFIG_BOOTCOMMAND \ "if mmc rescan; then " \ - "run mmcboot; " \ - "else " \ - "run spiboot; " \ + "run mmcboot; " "fi" #define CONFIG_EXTRA_ENV_SETTINGS \ "fdtaddr=0xc0600000\0" \ @@ -280,11 +278,7 @@ __stringify(CONFIG_BOOTFILE) "; " \ "fatload mmc 0 ${fdtaddr} ${fdtfile}; " \ "run fdtboot; " \ - "fi;\0" \ - "spiboot=" \ - "sf probe 0; " \ - "sf read 0xc0700000 0x80000 0x220000; " \ - "bootz 0xc0700000;\0" + "fi;\0" /* * U-Boot commands