Re: [U-Boot] [PATCH v5 05/26] mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash

2019-12-04 Thread Tom Rini
On Thu, Oct 03, 2019 at 07:50:07PM +0200, Miquel Raynal wrote:

> Both symbols must be enabled when there is a raw NAND driver
> selected. Also enable them when CONFIG_CMD_NAND is selected to avoid
> breaking things when we'll further rework the MTD dependency
> description.
> 
> Signed-off-by: Miquel Raynal 
> Reviewed-by: Boris Brezillon 

After re-running the migration but also adjusting many of the migrations
based on deeper inspection of the changes visible in u-boot.cfg before
and after the entire series:
Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[U-Boot] [PATCH v5 05/26] mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash

2019-10-03 Thread Miquel Raynal
Both symbols must be enabled when there is a raw NAND driver
selected. Also enable them when CONFIG_CMD_NAND is selected to avoid
breaking things when we'll further rework the MTD dependency
description.

Signed-off-by: Miquel Raynal 
Reviewed-by: Boris Brezillon 
---
 configs/M54418TWR_nand_mii_defconfig | 2 ++
 configs/M54418TWR_nand_rmii_defconfig| 2 ++
 configs/M54418TWR_nand_rmii_lowfreq_defconfig| 2 ++
 configs/am335x_guardian_defconfig| 1 +
 configs/at91sam9m10g45ek_nandflash_defconfig | 2 ++
 configs/at91sam9n12ek_nandflash_defconfig| 2 ++
 configs/at91sam9x5ek_nandflash_defconfig | 2 ++
 configs/bcm963158_ram_defconfig  | 1 +
 configs/bcm968380gerg_ram_defconfig  | 1 +
 configs/bcm968580xref_ram_defconfig  | 1 +
 configs/colibri-imx6ull_defconfig| 1 +
 configs/colibri_imx7_defconfig   | 1 +
 configs/colibri_t20_defconfig| 2 ++
 configs/dns325_defconfig | 2 ++
 configs/dockstar_defconfig   | 2 ++
 configs/dra7xx_evm_defconfig | 1 +
 configs/dra7xx_hs_evm_defconfig  | 1 +
 configs/gardena-smart-gateway-at91sam_defconfig  | 2 ++
 configs/goflexhome_defconfig | 2 ++
 configs/guruplug_defconfig   | 2 ++
 configs/ib62x0_defconfig | 2 ++
 configs/iconnect_defconfig   | 2 ++
 configs/km_kirkwood_128m16_defconfig | 2 ++
 configs/km_kirkwood_defconfig| 2 ++
 configs/km_kirkwood_pci_defconfig| 2 ++
 configs/kmcoge5un_defconfig  | 2 ++
 configs/kmnusa_defconfig | 2 ++
 configs/kmsugp1_defconfig| 2 ++
 configs/kmsuv31_defconfig| 2 ++
 configs/ls1046ardb_emmc_defconfig| 2 ++
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig| 2 ++
 configs/ls1046ardb_qspi_defconfig| 2 ++
 configs/ls1046ardb_qspi_spl_defconfig| 2 ++
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig  | 2 ++
 configs/ls1046ardb_sdcard_defconfig  | 2 ++
 configs/ls1088aqds_defconfig | 1 +
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig| 2 ++
 configs/ls1088aqds_qspi_defconfig| 2 ++
 configs/ls1088aqds_sdcard_ifc_defconfig  | 1 +
 configs/ls1088aqds_sdcard_qspi_defconfig | 2 ++
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig| 2 ++
 configs/ls1088ardb_qspi_defconfig| 2 ++
 configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 2 ++
 configs/ls1088ardb_sdcard_qspi_defconfig | 2 ++
 configs/ls2080aqds_nand_defconfig| 2 ++
 configs/ls2080aqds_qspi_defconfig| 2 ++
 configs/ls2080aqds_sdcard_defconfig  | 2 ++
 configs/medcom-wide_defconfig| 2 ++
 configs/mgcoge3un_defconfig  | 2 ++
 configs/nas220_defconfig | 2 ++
 configs/nsa310s_defconfig| 2 ++
 configs/openrd_base_defconfig| 2 ++
 configs/openrd_client_defconfig  | 2 ++
 configs/openrd_ultimate_defconfig| 2 ++
 configs/pcm052_defconfig | 2 ++
 configs/pcm058_defconfig | 1 +
 configs/pfla02_defconfig | 1 +
 configs/phycore_pcl063_defconfig | 1 +
 configs/plutux_defconfig | 2 ++
 configs/pm9g45_defconfig | 2 ++
 configs/pogo_e02_defconfig   | 2 ++
 configs/sama5d2_ptc_ek_nandflash_defconfig   | 2 ++
 configs/sama5d36ek_cmp_nandflash_defconfig   | 2 ++
 configs/sama5d3_xplained_nandflash_defconfig | 2 ++
 configs/sama5d3xek_nandflash_defconfig   | 1 +
 configs/sama5d4_xplained_nandflash_defconfig | 2 ++
 configs/sama5d4ek_nandflash_defconfig| 2 ++
 configs/seaboard_defconfig   | 2 ++
 configs/sheevaplug_defconfig | 2 ++
 configs/stm32mp15_basic_defconfig| 1 +
 configs/stm32mp15_trusted_defconfig  | 1 +
 configs/tec_defconfig| 2 ++
 configs/vf610twr_defconfig   | 2 ++
 configs/vf610twr_nand_defconfig  | 2 ++
 configs/work_92105_defconfig | 2 ++
 configs/x600_defconfig   | 1 +
 76 files changed, 135 insertions(+)

diff --git a/configs/M54418TWR_nand_mii_defconfig