[U-Boot] [PATCH] Convert CONFIG_NAND_OMAP_GPMC et al to Kconfig

Simon Glass sjg at chromium.org
Sat Aug 26 13:37:33 UTC 2017


On 11 August 2017 at 07:03, Adam Ford <aford173 at gmail.com> wrote:
> This converts the following to Kconfig:
>    CONFIG_NAND_OMAP_GPMC
>    CONFIG_NAND_OMAP_GPMC_PREFETCH
>    CONFIG_NAND_OMAP_ELM
>    CONFIG_SYS_NAND_BUSWIDTH_16BIT
>    CONFIG_SPL_NAND_AM33XX_BCH
>    CONFIG_SPL_NAND_SIMPLE
>
> Signed-off-by: Adam Ford <aford173 at gmail.com>
> ---
>  README                                 |  4 ---
>  arch/arm/mach-omap2/Kconfig            | 18 +++++++++++++
>  configs/am335x_baltos_defconfig        |  2 +-
>  configs/am335x_evm_defconfig           |  1 +
>  configs/am335x_evm_nor_defconfig       |  1 +
>  configs/am335x_evm_usbspl_defconfig    |  1 +
>  configs/am335x_hs_evm_defconfig        |  1 +
>  configs/am3517_crane_defconfig         |  1 +
>  configs/am3517_evm_defconfig           |  2 ++
>  configs/chiliboard_defconfig           |  2 +-
>  configs/devkit8000_defconfig           |  1 +
>  configs/eco5pk_defconfig               |  2 ++
>  configs/igep0020_defconfig             |  1 +
>  configs/igep0030_defconfig             |  1 +
>  configs/igep0032_defconfig             |  1 +
>  configs/ipam390_defconfig              |  1 +
>  configs/mcx_defconfig                  |  2 ++
>  configs/mt_ventoux_defconfig           |  2 ++
>  configs/omap3_beagle_defconfig         |  1 +
>  configs/omap3_evm_defconfig            |  1 +
>  configs/omap3_ha_defconfig             |  1 +
>  configs/omap3_logic_defconfig          |  1 +
>  configs/omap3_overo_defconfig          |  1 +
>  configs/omap3_pandora_defconfig        |  1 +
>  configs/omap3_zoom1_defconfig          |  1 +
>  configs/omapl138_lcdk_defconfig        |  1 +
>  configs/tao3530_defconfig              |  1 +
>  configs/ti816x_evm_defconfig           |  2 ++
>  configs/twister_defconfig              |  2 ++
>  drivers/mtd/nand/Kconfig               | 47 +++++++++++++++++++++++++++++++++-
>  include/configs/am335x_evm.h           |  6 -----
>  include/configs/am335x_igep003x.h      |  1 -
>  include/configs/am3517_crane.h         |  3 ---
>  include/configs/am3517_evm.h           |  4 ---
>  include/configs/am43xx_evm.h           |  5 ----
>  include/configs/apf27.h                |  1 -
>  include/configs/baltos.h               |  3 ---
>  include/configs/bav335x.h              |  5 ----
>  include/configs/brppt1.h               |  3 ---
>  include/configs/chiliboard.h           |  6 -----
>  include/configs/cm_t35.h               |  2 --
>  include/configs/cm_t3517.h             |  1 -
>  include/configs/cm_t43.h               |  1 -
>  include/configs/da850evm.h             |  1 -
>  include/configs/devkit3250.h           |  1 -
>  include/configs/devkit8000.h           |  1 -
>  include/configs/dra7xx_evm.h           |  6 -----
>  include/configs/ipam390.h              |  1 -
>  include/configs/mcx.h                  |  4 ---
>  include/configs/omap3_beagle.h         |  2 --
>  include/configs/omap3_cairo.h          |  1 -
>  include/configs/omap3_evm.h            |  3 ---
>  include/configs/omap3_igep00x0.h       |  2 --
>  include/configs/omap3_logic.h          |  3 ---
>  include/configs/omap3_overo.h          |  1 -
>  include/configs/omap3_pandora.h        |  1 -
>  include/configs/omap3_zoom1.h          |  1 -
>  include/configs/omapl138_lcdk.h        |  2 --
>  include/configs/pengwyn.h              |  2 --
>  include/configs/siemens-am33x-common.h |  3 ---
>  include/configs/tam3517-common.h       |  4 ---
>  include/configs/tao3530.h              |  3 ---
>  include/configs/tegra-common.h         |  1 -
>  include/configs/ti816x_evm.h           |  5 ----
>  include/configs/ti_am335x_common.h     |  4 ---
>  include/configs/ti_armv7_omap.h        |  1 -
>  include/configs/ti_omap3_common.h      |  1 -
>  include/configs/ti_omap4_common.h      |  4 ---
>  include/configs/ti_omap5_common.h      |  4 ---
>  include/configs/tricorder.h            |  2 --
>  scripts/config_whitelist.txt           |  5 ----
>  71 files changed, 97 insertions(+), 117 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list