]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Drop fdtdec_get_pci_addr()
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:41 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:47 +0000 (13:57 +0800)
commitd07807d0b0d3f59fb8f98155f2421d23d9f2af24
tree56b62a6087ca5a531257006410e6e8a6421e15f6
parentde21feec7f227b85634b3207656576c1f5b69c78
dm: core: Drop fdtdec_get_pci_addr()

This function ise effectively replaced by ofnode_read_pci_addr() which
works with flat tree. Delete it to avoid code duplication.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/core/fdtaddr.c
include/fdtdec.h
lib/fdtdec.c