[PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support
Patrick DELAUNAY
patrick.delaunay at st.com
Thu Jun 11 09:28:48 CEST 2020
Dear Tom
> From: Tom Rini <trini at konsulko.com>
> Sent: mercredi 10 juin 2020 22:17
>
> 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 <aford173 at gmail.com>
> Cc: Akash Gajjar <akash at openedev.com>
> Cc: Anatolij Gustschin <agust at denx.de>
> Cc: Andy Yan <andy.yan at rock-chips.com>
> Cc: Anup Patel <anup.patel at wdc.com>
> Cc: Atish Patra <atish.patra at wdc.com>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Chee Hong Ang <chee.hong.ang at intel.com>
> Cc: Chin-Liang See <clsee at altera.com>
> Cc: Dalon Westergreen <dwesterg at gmail.com>
> Cc: Dinh Nguyen <dinguyen at kernel.org>
> Cc: Eugen Hristev <eugen.hristev at microchip.com>
> Cc: Hannes Schmelzer <hannes.schmelzer at br-automation.com>
> Cc: Heiko Schocher <hs at denx.de>
> Cc: Jagan Teki <jagan at amarulasolutions.com>
> Cc: Klaus Goger <klaus.goger at theobroma-systems.com>
> Cc: Levin Du <djw at t-chip.com.cn>
> Cc: Ley Foon Tan <ley.foon.tan at intel.com>
> Cc: Lokesh Vutla <lokeshvutla at ti.com>
> Cc: Luca Ceresoli <luca at lucaceresoli.net>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Michal Simek <monstr at monstr.eu>
> Cc: Mike Looijmans <mike.looijmans at topic.nl>
> Cc: Nicolas Ferre <nicolas.ferre at microchip.com>
> Cc: Nikita Kiryanov <nikita at compulab.co.il>
> Cc: Palmer Dabbelt <palmer at dabbelt.com>
> Cc: Patrick Delaunay <patrick.delaunay at st.com>
> Cc: Paul Walmsley <paul.walmsley at sifive.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Peter Robinson <pbrobinson at gmail.com>
> Cc: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Suniel Mahesh <sunil at amarulasolutions.com>
> Cc: Wolfgang Grandegger <wg at aries-embedded.de>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> configs/am57xx_evm_defconfig | 1 +
> configs/am57xx_hs_evm_defconfig | 1 +
> configs/am57xx_hs_evm_usb_defconfig | 1 +
> configs/am65x_evm_a53_defconfig | 1 +
> configs/am65x_evm_r5_defconfig | 1 +
> configs/am65x_hs_evm_a53_defconfig | 1 +
> configs/am65x_hs_evm_r5_defconfig | 1 +
> configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig | 1 +
> configs/axm_defconfig | 1 +
> configs/brppt1_spi_defconfig | 1 +
> configs/brsmarc1_defconfig | 1 +
> configs/chromebit_mickey_defconfig | 1 +
> configs/chromebook_bob_defconfig | 1 +
> configs/chromebook_coral_defconfig | 1 +
> configs/chromebook_jerry_defconfig | 1 +
> configs/chromebook_link64_defconfig | 1 +
> configs/chromebook_minnie_defconfig | 1 +
> configs/chromebook_samus_tpl_defconfig | 1 +
> configs/chromebook_speedy_defconfig | 1 +
> configs/cm_t43_defconfig | 1 +
> configs/da850evm_defconfig | 1 +
> configs/da850evm_nand_defconfig | 1 +
> configs/dra7xx_evm_defconfig | 1 +
> configs/dra7xx_hs_evm_defconfig | 1 +
> configs/dra7xx_hs_evm_usb_defconfig | 1 +
> configs/evb-px5_defconfig | 1 +
> configs/j721e_evm_a72_defconfig | 1 +
> configs/j721e_evm_r5_defconfig | 1 +
> configs/j721e_hs_evm_a72_defconfig | 1 +
> configs/j721e_hs_evm_r5_defconfig | 1 +
> configs/lion-rk3368_defconfig | 1 +
> configs/pinebook-pro-rk3399_defconfig | 1 +
> configs/puma-rk3399_defconfig | 1 +
> configs/qemu-x86_64_defconfig | 1 +
> configs/roc-pc-mezzanine-rk3399_defconfig | 1 +
> configs/roc-pc-rk3399_defconfig | 1 +
> configs/rockpro64-rk3399_defconfig | 1 +
> configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 1 +
> configs/sama5d2_xplained_spiflash_defconfig | 1 +
> configs/sama5d3xek_spiflash_defconfig | 1 +
> configs/sama5d4_xplained_spiflash_defconfig | 1 +
> configs/sama5d4ek_spiflash_defconfig | 1 +
> configs/sifive_fu540_defconfig | 1 +
> configs/socfpga_agilex_defconfig | 1 +
> configs/socfpga_arria10_defconfig | 1 +
> configs/socfpga_arria5_defconfig | 1 +
> configs/socfpga_cyclone5_defconfig | 1 +
> configs/socfpga_dbm_soc1_defconfig | 1 +
> configs/socfpga_de0_nano_soc_defconfig | 1 +
> configs/socfpga_de10_nano_defconfig | 1 +
> configs/socfpga_de1_soc_defconfig | 1 +
> configs/socfpga_is1_defconfig | 1 +
> configs/socfpga_mcvevk_defconfig | 1 +
> configs/socfpga_sockit_defconfig | 1 +
> configs/socfpga_socrates_defconfig | 1 +
> configs/socfpga_sr1500_defconfig | 1 +
> configs/socfpga_stratix10_defconfig | 1 +
> configs/socfpga_vining_fpga_defconfig | 1 +
> configs/stm32mp15_basic_defconfig | 1 +
> configs/stm32mp15_dhcom_basic_defconfig | 1 +
> configs/stm32mp15_dhcor_basic_defconfig | 1 +
> configs/taurus_defconfig | 1 +
> configs/topic_miami_defconfig | 1 +
> configs/topic_miamilite_defconfig | 1 +
> configs/topic_miamiplus_defconfig | 1 +
> configs/xilinx_zynq_virt_defconfig | 1 +
> configs/xilinx_zynqmp_virt_defconfig | 1 +
> configs/zynq_cse_qspi_defconfig | 1 +
> 68 files changed, 68 insertions(+)
>
For configs/stm32mp15*defconfig
Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com>
Thanks
Patrick
More information about the U-Boot
mailing list