[PATCH] fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA
Simon Glass
sjg at chromium.org
Thu Sep 17 03:09:15 CEST 2020
On Thu, 10 Sep 2020 at 04:53, Michal Simek <michal.simek at xilinx.com> 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 Makefile. For them symbols need to be in sync.
>
> And removing one line from Topic Miami boards which is not needed because
> symbol is not enabled via Kconfig.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> arch/arm/mach-zynq/cpu.c | 6 ++----
> arch/arm/mach-zynq/spl.c | 2 +-
> board/xilinx/zynqmp/zynqmp.c | 10 +++-------
> common/spl/Kconfig | 2 +-
> common/spl/spl_fit.c | 4 ++--
> configs/socfpga_arria10_defconfig | 2 +-
> configs/xilinx_zynq_virt_defconfig | 2 +-
> drivers/Makefile | 3 +--
> include/configs/topic_miami.h | 1 -
> 9 files changed, 12 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list