From patchwork Fri Jun 10 15:20:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 69791 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp350512qgf; Fri, 10 Jun 2016 08:21:50 -0700 (PDT) X-Received: by 10.28.92.66 with SMTP id q63mr15551939wmb.73.1465572110447; Fri, 10 Jun 2016 08:21:50 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id x80si44651072wme.118.2016.06.10.08.21.50; Fri, 10 Jun 2016 08:21:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9DA26A7711; Fri, 10 Jun 2016 17:21:49 +0200 (CEST) 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 y7THFfxLlfOa; Fri, 10 Jun 2016 17:21:49 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3960FA76C3; Fri, 10 Jun 2016 17:21:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9263BA76C3 for ; Fri, 10 Jun 2016 17:21:46 +0200 (CEST) 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 sgWeFlPlocxr for ; Fri, 10 Jun 2016 17:21:46 +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 conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 09292A7716 for ; Fri, 10 Jun 2016 17:21:42 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-11.nifty.com with ESMTP id u5AFKVxh025967; Sat, 11 Jun 2016 00:20:52 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com u5AFKVxh025967 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1465572053; bh=iWPaI/CnR5hMMEBkFstqMghsaMRIW/43uBBisRQilkc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=b612JxUbZBgMXNM91n0ibt1qOxGuGk8e2MBg0YIGTqkt/oeGxEOBOVx+EqOZH4kl8 cgkcZdQNAo8bjqAH2NqwnwVbW/VYPL8cr8wzjJxEweXk+s1p/DdEQZ9JsyPsDENb6l YXiZlrHp+9NyuZeqNNSYaLeyho4gFttH3y291dU03lhWUD4FDAlBWi66rZ+1KD6rqw Bhn3+ty+ijTlnKTFnEYYRgBXq8raeR/E0VW4UT3lO0LFiNZFy6XFnwSsGt3cR9rV5+ dER2OJdRpqgujCgOqGetGB3uBaUosLBwWHeLCjQ7pB0doxTqBexiR5dANQHYeoYYBo PPBmUT6RtBIGg== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 11 Jun 2016 00:20:17 +0900 Message-Id: <1465572021-13692-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465572021-13692-1-git-send-email-yamada.masahiro@socionext.com> References: <1465572021-13692-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini , Viresh Kumar , Kamil Lulko Subject: [U-Boot] [PATCH 1/5] ARM: stm32: remove unused CONFIG_AUTOBOOT 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" At this point, this is not referenced from anywhere, so remove it (but I will re-add it soon for a different meaning). Signed-off-by: Masahiro Yamada --- include/configs/stm32f429-discovery.h | 2 -- 1 file changed, 2 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 8bbe580..f05c1aa 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -82,8 +82,6 @@ "bootcmd_romfs=setenv bootargs ${bootargs} ${bootargs_romfs};" \ "bootm 0x08044000 - 0x08042000\0" -#define CONFIG_AUTOBOOT - /* * Command line configuration. */