On 05/29/2017 06:00 AM, [email protected] wrote: > From: Tien Fong Chee <[email protected]> > > This patch is for enabling the FPGA driver support on SPL. > > Signed-off-by: Tien Fong Chee <[email protected]> > --- > include/configs/socfpga_common.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/socfpga_common.h > b/include/configs/socfpga_common.h > index da7e4ad..e74e7eb 100644 > --- a/include/configs/socfpga_common.h > +++ b/include/configs/socfpga_common.h > @@ -110,6 +110,7 @@ > #define CONFIG_FPGA > #define CONFIG_FPGA_ALTERA > #define CONFIG_FPGA_SOCFPGA > +#define CONFIG_SPL_FPGA_SUPPORT
This should be Kconfig symbol selected in board config. Why is it not Kconfig symbol ? > #define CONFIG_FPGA_COUNT 1 > #endif > #endif > -- Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

