diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-18 17:40:57 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-19 11:18:44 -0400 |
commit | 0613c57ce306722bb79637ffffc685c9acf35a7f (patch) | |
tree | 85bd883e06b3f256733143d61e6e22a253eb7a68 /common/fdt_support.c | |
parent | e6af3859896436b643ddbae58979b89d5b2815ca (diff) | |
download | u-boot-imx-0613c57ce306722bb79637ffffc685c9acf35a7f.zip u-boot-imx-0613c57ce306722bb79637ffffc685c9acf35a7f.tar.gz u-boot-imx-0613c57ce306722bb79637ffffc685c9acf35a7f.tar.bz2 |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c index c690768..3c4edc4 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 |