[PATCH 04/11] bootm: remove unused define
Sascha Hauer
s.hauer at pengutronix.de
Tue Sep 24 03:08:40 EDT 2013
OFTREE_SIZE_INCREASE isn't used anymore.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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 <magicvar.h>
#include <asm-generic/memory_layout.h>
-/*
- * 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
More information about the barebox
mailing list