moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step 2
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>
Thu, 22 Aug 2019 13:41:43 +0000 (15:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2019 00:58:59 +0000 (20:58 -0400)
commitabf9e5d0f2cd123951dfae0d5605b54394721b97
tree332edbf6090df7eca89597c155e2bf3af7bcb9f9
parent015287919fb8243c6a539fdc70638c1bf4ca6cc7
moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step 2

some boards have common headers for several individual build-targets
where CONFIG_SYS_SPI_U_BOOT_OFFS is defined even it is not needed (only
needed if CONFIG_SPL_SPI_LOAD is defined also). Take this define here
under '#ifdef CONFIG_SPL_SPI_LOAD' for having a clean run of
moveconfig.py

Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
13 files changed:
include/configs/at91sam9n12ek.h
include/configs/at91sam9x5ek.h
include/configs/rk3128_common.h
include/configs/rk3288_common.h
include/configs/rk3328_common.h
include/configs/rk3399_common.h
include/configs/sama5d27_som1_ek.h
include/configs/sama5d3xek.h
include/configs/socfpga_common.h
include/configs/sunxi-common.h
include/configs/ti814x_evm.h
include/configs/xilinx_zynqmp.h
include/configs/zynq-common.h