Re: [PATCH v2 05/32] pci: Drop DM_PCI check from fdtdec

2021-09-13 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:18PM -0600, Simon Glass wrote: > 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

[PATCH v2 05/32] pci: Drop DM_PCI check from fdtdec

2021-08-01 Thread Simon Glass
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 --- (no changes since v1) lib/fdtdec.c | 10 -- 1 file changed,