X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Ffdtdec.c;h=915fe2444a80c56837532a0ab2289ace8f935f51;hb=ba27165aff7dee57a4df458de99cb3f4731e3def;hp=1a0268a3f9f57e8c492495eb50abc1d8ca0e4500;hpb=26ab49b265d8f56e40ebb9c6b55648faf196d78d;p=karo-tx-uboot.git diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 1a0268a3f9..915fe2444a 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -918,7 +918,7 @@ int fdtdec_read_fmap_entry(const void *blob, int node, const char *name, return 0; } -static u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells) +u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells) { u64 number = 0;