commit | 594d272cfd3dc43f118efb952676715b0382af24 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:41 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:47 2019 +0800 |
tree | 56b62a6087ca5a531257006410e6e8a6421e15f6 | |
parent | a27520904f54643c9e55f5672f005a207c911f32 [diff] |
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>