summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/bootm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index a4004dfb4c..8ce4867974 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;