]> git.baikalelectronics.ru Git - uboot.git/commit
arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGA
authorTom Rini <trini@konsulko.com>
Thu, 16 Feb 2023 03:36:49 +0000 (22:36 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 20:32:25 +0000 (15:32 -0500)
commit06cd1ea988e80b14cefc266fb42b292d5a536fdc
tree56fcf48bb372f0964a4069fc836eebae498eb00b
parent07d8fac5e75b6b96478acbbbebe576ed6e4f4d3c
arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGA

The function arch_early_init_r only does anything on these platforms if
we have FPGA (or SPL and SPL_FPGA) enabled, so move the logic to select
based on that.

Cc: Michal Simek <michal.simek@amd.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig