From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d6bVo-0005RB-1y for barebox@lists.infradead.org; Fri, 05 May 2017 11:35:07 +0000 Received: by mail-lf0-x244.google.com with SMTP id h4so309736lfj.3 for ; Fri, 05 May 2017 04:34:43 -0700 (PDT) Received: from localhost.localdomain (t109.niisi.ras.ru. [193.232.173.109]) by smtp.gmail.com with ESMTPSA id h14sm981892ljb.46.2017.05.05.04.34.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 May 2017 04:34:40 -0700 (PDT) From: Antony Pavlov Date: Fri, 5 May 2017 14:34:32 +0300 Message-Id: <20170505113435.19928-3-antonynpavlov@gmail.com> In-Reply-To: <20170505113435.19928-1-antonynpavlov@gmail.com> References: <20170505113435.19928-1-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/5] MIPS: barebox.lds.S: drop unneeded '_start = .' To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- arch/mips/lib/barebox.lds.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S index 8057634ddb..ffe846728f 100644 --- a/arch/mips/lib/barebox.lds.S +++ b/arch/mips/lib/barebox.lds.S @@ -27,7 +27,6 @@ SECTIONS . = ALIGN(4); .text : { - _start = .; *(.text_entry*) _stext = .; _text = .; -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox