From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOMkD-00050f-Mg for barebox@lists.infradead.org; Tue, 24 Sep 2013 07:09:15 +0000 From: Sascha Hauer Date: Tue, 24 Sep 2013 09:08:40 +0200 Message-Id: <1380006527-2599-5-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1380006527-2599-1-git-send-email-s.hauer@pengutronix.de> References: <1380006527-2599-1-git-send-email-s.hauer@pengutronix.de> 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 04/11] bootm: remove unused define To: barebox@lists.infradead.org OFTREE_SIZE_INCREASE isn't used anymore. Signed-off-by: Sascha Hauer --- commands/bootm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/commands/bootm.c b/commands/bootm.c index a4004df..8ce4867 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -46,11 +46,6 @@ #include #include -/* - * Additional oftree size for the fixed tree - */ -#define OFTREE_SIZE_INCREASE 0x8000 - static char *bootm_image_name_and_no(const char *name, int *no) { char *at, *ret; -- 1.8.4.rc3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox