[U-Boot] [PATCH 057/126] dm: core: Drop fdtdec_get_pci_addr()
Bin Meng
bmeng.cn at gmail.com
Mon Oct 7 12:53:08 UTC 2019
On Mon, Oct 7, 2019 at 8:32 AM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Wed, Sep 25, 2019 at 10:58 PM Simon Glass <sjg at chromium.org> wrote:
> >
> > 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 at chromium.org>
> > ---
> >
> > drivers/core/fdtaddr.c | 13 ++++------
> > include/fdtdec.h | 17 -------------
> > lib/fdtdec.c | 54 ------------------------------------------
> > 3 files changed, 5 insertions(+), 79 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list