On Tue, Aug 27, 2019 at 6:13 PM Z.q. Hou <[email protected]> wrote: > > From: Hou Zhiqiang <[email protected]> > > This can avoid build error: > The macro in brackets of the IS_ENABLED(CONFIG_FOO) is only > defined on the platforms that select the CONFIG_FOO, while > it's not defined on platforms that do not select the > CONFIG_FOO. > > Signed-off-by: Hou Zhiqiang <[email protected]> > --- > V3: > - New patch, also fix the build error which the #1 of v2 fixed. > > drivers/pci/pcie_fsl.c | 69 ++++++++++++++++++++++-------------------- > 1 file changed, 36 insertions(+), 33 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

