summaryrefslogtreecommitdiffstats
path: root/common/fdt_support.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-18 17:40:57 +0900
committerTom Rini <trini@ti.com>2014-06-19 11:18:44 -0400
commit0613c57ce306722bb79637ffffc685c9acf35a7f (patch)
tree85bd883e06b3f256733143d61e6e22a253eb7a68 /common/fdt_support.c
parente6af3859896436b643ddbae58979b89d5b2815ca (diff)
downloadtalos-obmc-uboot-0613c57ce306722bb79637ffffc685c9acf35a7f.tar.gz
talos-obmc-uboot-0613c57ce306722bb79637ffffc685c9acf35a7f.zip
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
gd->bd is not used in fdt_support.c. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/fdt_support.c')
-rw-r--r--common/fdt_support.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c
index c690768572..3c4edc4837 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -17,11 +17,6 @@
#include <exports.h>
/*
- * Global data (for the gd->bd)
- */
-DECLARE_GLOBAL_DATA_PTR;
-
-/*
* Get cells len in bytes
* if #NNNN-cells property is 2 then len is 8
* otherwise len is 4
OpenPOWER on IntegriCloud