summaryrefslogtreecommitdiffstats
path: root/common/oftree.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-10 15:05:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-19 11:48:17 +0100
commit4979d8e9d5f6bc51700ca0f9e4ceaf153bd9f77e (patch)
treebe341355cd5f265ec95211c116572a808806bd2f /common/oftree.c
parent875430927dfbdb0bb7653c0bba29862e57fa0e85 (diff)
downloadbarebox-4979d8e9d5f6bc51700ca0f9e4ceaf153bd9f77e.tar.gz
barebox-4979d8e9d5f6bc51700ca0f9e4ceaf153bd9f77e.tar.xz
of: remove unused barebox_fdt
barebox_fdt should once become the pointer to the barebox internal devicetree. Since barebox has its own internal devicetree format this was never used. remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/oftree.c')
-rw-r--r--common/oftree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/oftree.c b/common/oftree.c
index 0dd6d5c3e4..d699cb6cf1 100644
--- a/common/oftree.c
+++ b/common/oftree.c
@@ -246,8 +246,6 @@ int fdt_get_path_or_create(struct fdt_header *fdt, const char *path)
return nodeoffset;
}
-struct fdt_header *barebox_fdt;
-
static int of_fixup_bootargs(struct fdt_header *fdt)
{
int nodeoffset;