Re: [PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS

2020-03-17 Thread Tom Rini
On Mon, Feb 24, 2020 at 12:50:34PM -0500, Tom Rini wrote: > While we are working on correcting usage related to the pci_bridge and > pci_device_bus_num warnings, disable these flags for now. > > Signed-off-by: Tom Rini > Reviewed-by: Masahiro Yamada Applied to u-boot/next, thanks! -- Tom s

Re: [PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS

2020-02-25 Thread Masahiro Yamada
On Tue, Feb 25, 2020 at 2:51 AM Tom Rini wrote: > > While we are working on correcting usage related to the pci_bridge and > pci_device_bus_num warnings, disable these flags for now. > > Signed-off-by: Tom Rini Reviewed-by: Masahiro Yamada > --- > scripts/Makefile.lib | 4 > 1 file chan

[PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS

2020-02-24 Thread Tom Rini
While we are working on correcting usage related to the pci_bridge and pci_device_bus_num warnings, disable these flags for now. Signed-off-by: Tom Rini --- scripts/Makefile.lib | 4 1 file changed, 4 insertions(+) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index bfb5851e9bfa