Hi Stefan, On Fri, 24 Jul 2020 at 04:09, Stefan Roese <[email protected]> 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 <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Bin Meng <[email protected]> > > --- > > Changes in v1: > - New patch > > drivers/pci/pci-uclass.c | 17 +---------------- > 1 file changed, 1 insertion(+), 16 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

