From patchwork Sat Jun 11 09:44:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 69826 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp687709qgf; Sat, 11 Jun 2016 02:45:33 -0700 (PDT) X-Received: by 10.28.143.82 with SMTP id r79mr2821632wmd.40.1465638332914; Sat, 11 Jun 2016 02:45:32 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id i129si3934969wmg.11.2016.06.11.02.45.32; Sat, 11 Jun 2016 02:45:32 -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 0539FA76FC; Sat, 11 Jun 2016 11:45:31 +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 L1YBYCWwFuMo; Sat, 11 Jun 2016 11:45:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1CBB8A76A6; Sat, 11 Jun 2016 11:45:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 72939A767A for ; Sat, 11 Jun 2016 11:45:23 +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 QNMxzBZnjAMz for ; Sat, 11 Jun 2016 11:45:23 +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-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id EB724A767E for ; Sat, 11 Jun 2016 11:45:20 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-08.nifty.com with ESMTP id u5B9iDfU028579; Sat, 11 Jun 2016 18:44:30 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u5B9iDfU028579 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1465638271; bh=PjwGHUd/ki44esOj8OkeWlHNUxyUKBxc6WDEZNurofQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kAe5OwZOl4xAbwnsv7LjFGAzC7N4gqTCJy7hJ0o720ycFMvIgEccscLrtRIGHr0Jk mjsAMkjxc2KR32NdTxVQmbczEVZj6VVWYpI8Xsm4YZjD9QsqXmA1y8dhgB/O1a4EN1 OuuSYh5sfI6W71/4zyBaWhT1fFGyL0+gz/JTRwEO0B4yGMZvrJlWOFKmkWzgY6JbjI LJ3uzZ19NEzIw8sS41hI0MyWzgOT9+uYYigUM/Vl64LMn+dgm2D9wxaMfLsnSTO4mC uwQN2OUzAKNTXlhA1DEJPXWyq+WZcJDaoRUgVkQce5n9G8kEaxp5Chcs57QdEc0Cj7 08ebhx2D44Qvg== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 11 Jun 2016 18:44:08 +0900 Message-Id: <1465638252-13196-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465638252-13196-1-git-send-email-yamada.masahiro@socionext.com> References: <1465638252-13196-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini , Viresh Kumar , Kamil Lulko , Soeren Moch Subject: [U-Boot] [PATCH v2 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 --- Changes in v2: None 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. */