Skip to content
Snippets Groups Projects
Commit 0613c57c authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR


gd->bd is not used in fdt_support.c.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent e6af3859
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
#include <fdt_support.h> #include <fdt_support.h>
#include <exports.h> #include <exports.h>
/*
* Global data (for the gd->bd)
*/
DECLARE_GLOBAL_DATA_PTR;
/* /*
* Get cells len in bytes * Get cells len in bytes
* if #NNNN-cells property is 2 then len is 8 * if #NNNN-cells property is 2 then len is 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment