[U-Boot] [PATCH 0/4] arm: imx: convert MX23/28 and MXS NAND to Kconfig
Stefan Agner
stefan at agner.ch
Mon Feb 5 21:33:12 UTC 2018
From: Stefan Agner <stefan.agner at toradex.com>
This converts i.MX23/28 to Kconfig. This helps to properly
add dependencies for GPMI NAND (NAND_MXS) configs.
Patch 4 is from a previous patchset "mtd: nand: mxs_nand:
improve ECC support".
--
Stefan
Stefan Agner (4):
arm: imx: mx23: Move MX23 selection to Kconfig
arm: imx: mx28: Move MX28 selection to Kconfig
spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT
Convert CONFIG_NAND_MXS to Kconfig
arch/arm/Kconfig | 87 +++++----------------------------
arch/arm/mach-imx/mx2/Kconfig | 79 ++++++++++++++++++++++++++++++
configs/apx4devkit_defconfig | 6 ++-
configs/aristainetos2_defconfig | 3 +-
configs/aristainetos2b_defconfig | 3 +-
configs/aristainetos_defconfig | 3 +-
configs/bg0900_defconfig | 6 ++-
configs/cm_fx6_defconfig | 11 +----
configs/colibri_imx7_defconfig | 3 +-
configs/gwventana_nand_defconfig | 3 +-
configs/m28evk_defconfig | 6 ++-
configs/mx23_olinuxino_defconfig | 3 +-
configs/mx23evk_defconfig | 3 +-
configs/mx28evk_auart_console_defconfig | 6 ++-
configs/mx28evk_defconfig | 6 ++-
configs/mx28evk_nand_defconfig | 6 ++-
configs/mx28evk_spi_defconfig | 6 ++-
configs/mx6sabreauto_defconfig | 3 +-
configs/mx6sxsabreauto_defconfig | 3 +-
configs/pcm058_defconfig | 3 +-
configs/pfla02_defconfig | 3 ++
configs/platinum_picon_defconfig | 3 +-
configs/platinum_titanium_defconfig | 3 +-
configs/sansa_fuze_plus_defconfig | 1 +
configs/sc_sps_1_defconfig | 3 +-
configs/titanium_defconfig | 3 +-
configs/ts4600_defconfig | 3 +-
configs/xfi3_defconfig | 3 +-
drivers/mtd/nand/Kconfig | 2 +-
include/configs/apx4devkit.h | 1 -
include/configs/aristainetos-common.h | 1 -
include/configs/bg0900.h | 3 --
include/configs/cm_fx6.h | 1 -
include/configs/colibri_imx7.h | 2 -
include/configs/gw_ventana.h | 1 -
include/configs/m28evk.h | 1 -
include/configs/mx23_olinuxino.h | 1 -
include/configs/mx23evk.h | 1 -
include/configs/mx28evk.h | 1 -
include/configs/mx6sabreauto.h | 1 -
include/configs/mx6sxsabreauto.h | 1 -
include/configs/mxs.h | 1 -
include/configs/pcm058.h | 1 -
include/configs/pfla02.h | 1 -
include/configs/platinum.h | 1 -
include/configs/sansa_fuze_plus.h | 3 --
include/configs/sc_sps_1.h | 1 -
include/configs/titanium.h | 1 -
include/configs/ts4600.h | 3 --
include/configs/xfi3.h | 3 --
scripts/config_whitelist.txt | 2 -
51 files changed, 159 insertions(+), 146 deletions(-)
--
2.16.1
More information about the U-Boot
mailing list