Dear Tom > From: Tom Rini <tr...@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 <aford...@gmail.com> > Cc: Akash Gajjar <ak...@openedev.com> > Cc: Anatolij Gustschin <ag...@denx.de> > Cc: Andy Yan <andy....@rock-chips.com> > Cc: Anup Patel <anup.pa...@wdc.com> > Cc: Atish Patra <atish.pa...@wdc.com> > Cc: Bin Meng <bmeng...@gmail.com> > Cc: Chee Hong Ang <chee.hong....@intel.com> > Cc: Chin-Liang See <cl...@altera.com> > Cc: Dalon Westergreen <dwest...@gmail.com> > Cc: Dinh Nguyen <dingu...@kernel.org> > Cc: Eugen Hristev <eugen.hris...@microchip.com> > Cc: Hannes Schmelzer <hannes.schmel...@br-automation.com> > Cc: Heiko Schocher <h...@denx.de> > Cc: Jagan Teki <ja...@amarulasolutions.com> > Cc: Klaus Goger <klaus.go...@theobroma-systems.com> > Cc: Levin Du <d...@t-chip.com.cn> > Cc: Ley Foon Tan <ley.foon....@intel.com> > Cc: Lokesh Vutla <lokeshvu...@ti.com> > Cc: Luca Ceresoli <l...@lucaceresoli.net> > Cc: Marek Vasut <ma...@denx.de> > Cc: Michal Simek <mon...@monstr.eu> > Cc: Mike Looijmans <mike.looijm...@topic.nl> > Cc: Nicolas Ferre <nicolas.fe...@microchip.com> > Cc: Nikita Kiryanov <nik...@compulab.co.il> > Cc: Palmer Dabbelt <pal...@dabbelt.com> > Cc: Patrick Delaunay <patrick.delau...@st.com> > Cc: Paul Walmsley <paul.walms...@sifive.com> > Cc: Pavel Machek <pa...@denx.de> > Cc: Peter Robinson <pbrobin...@gmail.com> > Cc: Philipp Tomsich <philipp.toms...@theobroma-systems.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Stefan Roese <s...@denx.de> > Cc: Suniel Mahesh <su...@amarulasolutions.com> > Cc: Wolfgang Grandegger <w...@aries-embedded.de> > Signed-off-by: Tom Rini <tr...@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.delau...@st.com> Thanks Patrick