From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aO6IA-0007He-G8 for barebox@lists.infradead.org; Tue, 26 Jan 2016 16:16:31 +0000 Date: Tue, 26 Jan 2016 17:16:07 +0100 From: Sascha Hauer Message-ID: <20160126161607.GB13058@pengutronix.de> References: <1453802107-29600-1-git-send-email-yegorslists@googlemail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1453802107-29600-1-git-send-email-yegorslists@googlemail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: Re: [PATCH] bootm: add missing curly brace To: yegorslists@googlemail.com Cc: barebox@lists.infradead.org On Tue, Jan 26, 2016 at 10:55:07AM +0100, yegorslists@googlemail.com wrote: > From: Yegor Yefremov > > Signed-off-by: Yegor Yefremov > --- > common/bootm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Squashed into the original commit breaking it. Sascha > > diff --git a/common/bootm.c b/common/bootm.c > index 7e7d2a9..79833e0 100644 > --- a/common/bootm.c > +++ b/common/bootm.c > @@ -528,7 +528,7 @@ int bootm_boot(struct bootm_data *bootm_data) > goto err_out; > } > > - if (IS_ENABLED(CONFIG_BOOTM_FORCE_SIGNED_IMAGES)) > + if (IS_ENABLED(CONFIG_BOOTM_FORCE_SIGNED_IMAGES)) { > data->verify = BOOTM_VERIFY_SIGNATURE; > > /* > -- > 2.1.4 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox