Hi Stefan, On Fri, 24 Jul 2020 at 04:09, Stefan Roese <s...@denx.de> wrote: > > Since the migration to Kconfig, CONFIG_NR_DRAM_BANKS is configured for > all boards. Hence we can remove the conditional compilation and the code > path that will never get compiled. > > Signed-off-by: Stefan Roese <s...@denx.de> > Cc: Tom Rini <tr...@konsulko.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Bin Meng <bmeng...@gmail.com> > > --- > > Changes in v1: > - New patch > > drivers/pci/pci-uclass.c | 17 +---------------- > 1 file changed, 1 insertion(+), 16 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>