Re: [PATCH] fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA

2020-09-23 Thread Michal Simek
čt 10. 9. 2020 v 12:53 odesílatel Michal Simek napsal: > > The patch does sed 's/SPL_FPGA_SUPPORT/SPL_FPGA/g' but also fixing Makefile > and zynqmp.c to simplify if/endif logic in zynqmp.c. > > This change is mostly done to be able to use CONFIG_IS_ENABLED macro and > obj-$(CONFIG_$(SPL_)FPGA) in

Re: [PATCH] fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA

2020-09-16 Thread Simon Glass
On Thu, 10 Sep 2020 at 04:53, Michal Simek wrote: > > The patch does sed 's/SPL_FPGA_SUPPORT/SPL_FPGA/g' but also fixing Makefile > and zynqmp.c to simplify if/endif logic in zynqmp.c. > > This change is mostly done to be able to use CONFIG_IS_ENABLED macro and > obj-$(CONFIG_$(SPL_)FPGA) in

[PATCH] fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA

2020-09-10 Thread Michal Simek
The patch does sed 's/SPL_FPGA_SUPPORT/SPL_FPGA/g' but also fixing Makefile and zynqmp.c to simplify if/endif logic in zynqmp.c. This change is mostly done to be able to use CONFIG_IS_ENABLED macro and obj-$(CONFIG_$(SPL_)FPGA) in Makefile. For them symbols need to be in sync. And removing one