summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-22 11:11:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-24 09:03:18 +0200
commitfeb2e4a947fd8d0fc067731fe39af7a40bffccf5 (patch)
tree8dbd6e26c9b852dbd506f5f139997755fabb43c0 /commands/bootm.c
parent81e0f84dcaf27f003c029f5aa8c8e4e67637a6b6 (diff)
downloadbarebox-feb2e4a947fd8d0fc067731fe39af7a40bffccf5.tar.gz
barebox-feb2e4a947fd8d0fc067731fe39af7a40bffccf5.tar.xz
bootm: remove unused define
OFTREE_SIZE_INCREASE isn't used anymore. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/bootm.c')
-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;