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)
commit594d272cfd3dc43f118efb952676715b0382af24
tree56b62a6087ca5a531257006410e6e8a6421e15f6
parenta27520904f54643c9e55f5672f005a207c911f32
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