mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 19:11:37 +00:00
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>
This commit is contained in:
parent
e6af385989
commit
0613c57ce3
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue