]> Git Repo - J-u-boot.git/commit
spi: Enable missing CONFIG_SPL_DM_SPI support
authorTom Rini <[email protected]>
Tue, 16 Jun 2020 23:06:29 +0000 (19:06 -0400)
committerTom Rini <[email protected]>
Fri, 26 Jun 2020 14:29:27 +0000 (10:29 -0400)
commit8f74e659c42e419cb896e171f00b77023bd35054
tree5217f7e2c052028814aee007e7505231d65c34e4
parent2254f132161e4421f6d6f2849056f68ca931e7de
spi: Enable missing CONFIG_SPL_DM_SPI support

Due to how the Makefile logic is we currently get DM_SPI support in SPL
enabled by having DM_SPI enabled for full U-Boot but not having
CONFIG_SPL_DM_SPI set.  Add this missing option to boards that were
inadvertently making use of it.

Cc: Adam Ford <[email protected]>
Cc: Akash Gajjar <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Andy Yan <[email protected]>
Cc: Anup Patel <[email protected]>
Cc: Atish Patra <[email protected]>
Cc: Bin Meng <[email protected]>
Cc: Chee Hong Ang <[email protected]>
Cc: Chin-Liang See <[email protected]>
Cc: Dalon Westergreen <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Eugen Hristev <[email protected]>
Cc: Hannes Schmelzer <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Jagan Teki <[email protected]>
Cc: Klaus Goger <[email protected]>
Cc: Levin Du <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Cc: Lokesh Vutla <[email protected]>
Cc: Luca Ceresoli <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Mike Looijmans <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Cc: Nikita Kiryanov <[email protected]>
Cc: Palmer Dabbelt <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: Paul Walmsley <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Peter Robinson <[email protected]>
Cc: Philipp Tomsich <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Suniel Mahesh <[email protected]>
Cc: Vitaly Andrianov <[email protected]>
Cc: Wolfgang Grandegger <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Luca Ceresoli <[email protected]>
72 files changed:
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig
configs/am57xx_hs_evm_usb_defconfig
configs/am65x_evm_a53_defconfig
configs/am65x_evm_r5_defconfig
configs/am65x_hs_evm_a53_defconfig
configs/am65x_hs_evm_r5_defconfig
configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig
configs/axm_defconfig
configs/brppt1_spi_defconfig
configs/brsmarc1_defconfig
configs/chromebit_mickey_defconfig
configs/chromebook_bob_defconfig
configs/chromebook_coral_defconfig
configs/chromebook_jerry_defconfig
configs/chromebook_link64_defconfig
configs/chromebook_minnie_defconfig
configs/chromebook_samus_tpl_defconfig
configs/chromebook_speedy_defconfig
configs/cm_t43_defconfig
configs/da850evm_defconfig
configs/da850evm_nand_defconfig
configs/dra7xx_evm_defconfig
configs/dra7xx_hs_evm_defconfig
configs/dra7xx_hs_evm_usb_defconfig
configs/evb-px5_defconfig
configs/j721e_evm_a72_defconfig
configs/j721e_evm_r5_defconfig
configs/j721e_hs_evm_a72_defconfig
configs/j721e_hs_evm_r5_defconfig
configs/k2e_evm_defconfig
configs/k2g_evm_defconfig
configs/k2hk_evm_defconfig
configs/k2l_evm_defconfig
configs/lion-rk3368_defconfig
configs/pinebook-pro-rk3399_defconfig
configs/puma-rk3399_defconfig
configs/qemu-x86_64_defconfig
configs/roc-pc-mezzanine-rk3399_defconfig
configs/roc-pc-rk3399_defconfig
configs/rockpro64-rk3399_defconfig
configs/sama5d27_wlsom1_ek_qspiflash_defconfig
configs/sama5d2_xplained_spiflash_defconfig
configs/sama5d3xek_spiflash_defconfig
configs/sama5d4_xplained_spiflash_defconfig
configs/sama5d4ek_spiflash_defconfig
configs/sifive_fu540_defconfig
configs/socfpga_agilex_defconfig
configs/socfpga_arria10_defconfig
configs/socfpga_arria5_defconfig
configs/socfpga_cyclone5_defconfig
configs/socfpga_dbm_soc1_defconfig
configs/socfpga_de0_nano_soc_defconfig
configs/socfpga_de10_nano_defconfig
configs/socfpga_de1_soc_defconfig
configs/socfpga_is1_defconfig
configs/socfpga_mcvevk_defconfig
configs/socfpga_sockit_defconfig
configs/socfpga_socrates_defconfig
configs/socfpga_sr1500_defconfig
configs/socfpga_stratix10_defconfig
configs/socfpga_vining_fpga_defconfig
configs/stm32mp15_basic_defconfig
configs/stm32mp15_dhcom_basic_defconfig
configs/stm32mp15_dhcor_basic_defconfig
configs/taurus_defconfig
configs/topic_miami_defconfig
configs/topic_miamilite_defconfig
configs/topic_miamiplus_defconfig
configs/xilinx_zynq_virt_defconfig
configs/xilinx_zynqmp_virt_defconfig
configs/zynq_cse_qspi_defconfig
This page took 0.04774 seconds and 4 git commands to generate.