[PATCH 2/4] of: remove unused define
Sascha Hauer
s.hauer at pengutronix.de
Thu May 30 06:44:52 EDT 2013
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
common/oftree.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/common/oftree.c b/common/oftree.c
index 776d301..19fed6b 100644
--- a/common/oftree.c
+++ b/common/oftree.c
@@ -161,12 +161,6 @@ int of_fix_tree(struct device_node *node)
}
/*
- * The size by which we increase the dtb to have space for additional
- * fixups. Ideally this would be done by libfdt automatically
- */
-#define OFTREE_SIZE_INCREASE 0x8000
-
-/*
* Get the fixed fdt. This function uses the fdt input pointer
* if provided or the barebox internal devicetree if not.
* It increases the size of the tree and applies the registered
--
1.8.2.rc2
More information about the barebox
mailing list