]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 18 Apr 2014 08:40:57 +0000 (17:40 +0900)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:18:44 +0000 (11:18 -0400)
commit0613c57ce306722bb79637ffffc685c9acf35a7f
tree85bd883e06b3f256733143d61e6e22a253eb7a68
parente6af3859896436b643ddbae58979b89d5b2815ca
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>
common/fdt_support.c