]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Drop DM_PCI check from fdtdec
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:18 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Sep 2021 22:23:13 +0000 (18:23 -0400)
commitef26bef12548399e4eff1e162321d5265e5da4a3
tree43033b4414539f8947508b624ca65ce62ddff24d
parent5e2baa05464704b90788f8ce42b0634388518cba
pci: Drop DM_PCI check from fdtdec

We don't need this check anymore since when PCI is enabled, driver model
is always used.

Sadly this doesn't work with nds32 for some reason to do with the
toolchain. Add a work-around for that.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c