All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] arm: imx: convert MX23/28 and MXS NAND to Kconfig
@ 2018-02-05 21:33 Stefan Agner
  2018-02-05 21:33 ` [U-Boot] [PATCH 1/4] arm: imx: mx23: Move MX23 selection " Stefan Agner
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Stefan Agner @ 2018-02-05 21:33 UTC (permalink / raw)
  To: u-boot

From: Stefan Agner <stefan.agner@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-06  8:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 21:33 [U-Boot] [PATCH 0/4] arm: imx: convert MX23/28 and MXS NAND to Kconfig Stefan Agner
2018-02-05 21:33 ` [U-Boot] [PATCH 1/4] arm: imx: mx23: Move MX23 selection " Stefan Agner
2018-02-05 22:05   ` Fabio Estevam
2018-02-06  8:34     ` stefan at agner.ch
2018-02-05 21:33 ` [U-Boot] [PATCH 2/4] arm: imx: mx28: Move MX28 " Stefan Agner
2018-02-05 21:33 ` [U-Boot] [PATCH 3/4] spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT Stefan Agner
2018-02-05 21:33 ` [U-Boot] [PATCH 4/4] Convert CONFIG_NAND_MXS to Kconfig Stefan Agner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.