diff options
Diffstat (limited to 'lib/libfdt/fdt_ro.c')
| -rw-r--r-- | lib/libfdt/fdt_ro.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libfdt/fdt_ro.c b/lib/libfdt/fdt_ro.c index 1933010fd..1a461c3e9 100644 --- a/lib/libfdt/fdt_ro.c +++ b/lib/libfdt/fdt_ro.c @@ -326,7 +326,7 @@ const void *fdt_getprop(const void *fdt, int nodeoffset,  uint32_t fdt_get_phandle(const void *fdt, int nodeoffset)  { -	const uint32_t *php; +	const fdt32_t *php;  	int len;  	/* FIXME: This is a bit sub-optimal, since we potentially scan |