
10 May
2016
10 May
'16
3:26 p.m.
Mario Six wrote:
On Tue, May 10, 2016 at 2:30 PM, Timur Tabi <timur@tabi.org mailto:timur@tabi.org> wrote:
Mario Six wrote: + addr = fdtdec_get_addr_size_auto_noparent(gd->fdt_blob, dev->of_offset, + "reg", 0, &size); Why can't you use platform_get_resource()?
platform_get_resource is from the kernel, not U-Boot ;-) (Unless I've missed something and it has been implemented without me noticing).
Ugh, sorry. I thought this was kernel code. I make that mistake a lot.
Now everything makes more sense. I think fdtdec_get_addr_size_auto_noparent() is correct.