[U-Boot] [PATCH 0/12] dm: use "select DM"

Masahiro Yamada yamada.masahiro at socionext.com
Tue Mar 31 05:47:51 CEST 2015


01/12 fixes SOCFPGA boards.  (Because of a wrong dependency,
SOCFPGA boards cannot enable CONFIG_DM_SPI_FLASH.

The other patches move CONFIG options from defcofig to Kconfig
and use "select".

02 thru 12 do not change the output binaries at all.
I compared MD5SUM of all the boards and confirmed this.



Masahiro Yamada (12):
  dm: spi_flash: fix wrong dependency
  dm: select CONFIG_DM* options
  ARM: UniPhier: use "select" instead of default value in defconfig
  ARM: zynq: use "select" instead of default value in defconfig
  ARM: rmobile: use "select" instead of default value in defconfig
  ARM: snapper9260: use "select" instead of default value in defconfig
  ARM: mx6: use "select" instead of default value in defconfig
  ARM: socfpga: use "select" instead of default value in defconfig
  ARM: bav335x: use "select" instead of default value in defconfig
  ARM: stv0991: use "select" instead of default value in defconfig
  ARM: cm_fx6: use "select" instead of default value in defconfig
  powerpc: ids8313: use "select" instead of default value in defconfig

 arch/Kconfig                             |  9 +++++
 arch/arm/Kconfig                         | 58 ++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/Kconfig        | 15 ---------
 arch/arm/cpu/armv7/omap3/Kconfig         | 27 ++++++++++-----
 arch/arm/cpu/armv7/rmobile/Kconfig       | 12 +++++++
 arch/arm/mach-at91/Kconfig               |  3 ++
 arch/arm/mach-bcm283x/Kconfig            |  9 -----
 arch/arm/mach-tegra/Kconfig              | 18 ----------
 arch/powerpc/cpu/mpc83xx/Kconfig         |  1 +
 arch/powerpc/cpu/ppc4xx/Kconfig          |  2 ++
 arch/sandbox/Kconfig                     | 18 ----------
 arch/x86/Kconfig                         |  9 -----
 board/amcc/canyonlands/Kconfig           |  6 ----
 board/compulab/cm_t335/Kconfig           |  9 -----
 board/gumstix/pepper/Kconfig             |  9 -----
 board/isee/igep0033/Kconfig              |  9 -----
 board/phytec/pcm051/Kconfig              |  9 -----
 board/samsung/goni/Kconfig               |  9 -----
 board/samsung/smdkc100/Kconfig           |  9 -----
 board/silica/pengwyn/Kconfig             |  9 -----
 board/ti/am335x/Kconfig                  |  9 -----
 configs/alt_defconfig                    |  2 --
 configs/am335x_boneblack_vboot_defconfig |  1 -
 configs/am3517_crane_defconfig           |  3 --
 configs/am3517_evm_defconfig             |  3 --
 configs/birdland_bav335a_defconfig       |  3 --
 configs/birdland_bav335b_defconfig       |  3 --
 configs/cm_fx6_defconfig                 |  3 --
 configs/cm_t3517_defconfig               |  3 --
 configs/cm_t35_defconfig                 |  3 --
 configs/devkit8000_defconfig             |  3 --
 configs/dig297_defconfig                 |  3 --
 configs/eco5pk_defconfig                 |  3 --
 configs/gose_defconfig                   |  2 --
 configs/ids8313_defconfig                |  1 -
 configs/koelsch_defconfig                |  2 --
 configs/lager_defconfig                  |  2 --
 configs/mcx_defconfig                    |  3 --
 configs/mt_ventoux_defconfig             |  3 --
 configs/mx6dlsabreauto_defconfig         |  2 --
 configs/mx6dlsabresd_defconfig           |  2 --
 configs/mx6qsabreauto_defconfig          |  2 --
 configs/mx6qsabresd_defconfig            |  2 --
 configs/mx6sabresd_spl_defconfig         |  2 --
 configs/mx6sxsabresd_defconfig           |  2 --
 configs/mx6sxsabresd_spl_defconfig       |  2 --
 configs/nokia_rx51_defconfig             |  3 --
 configs/omap3_beagle_defconfig           |  3 --
 configs/omap3_evm_defconfig              |  3 --
 configs/omap3_evm_quick_mmc_defconfig    |  3 --
 configs/omap3_evm_quick_nand_defconfig   |  3 --
 configs/omap3_ha_defconfig               |  3 --
 configs/omap3_logic_defconfig            |  3 --
 configs/omap3_mvblx_defconfig            |  3 --
 configs/omap3_pandora_defconfig          |  3 --
 configs/omap3_sdp3430_defconfig          |  3 --
 configs/ph1_ld4_defconfig                |  3 --
 configs/ph1_pro4_defconfig               |  3 --
 configs/ph1_sld8_defconfig               |  3 --
 configs/porter_defconfig                 |  2 --
 configs/sandbox_defconfig                |  1 -
 configs/silk_defconfig                   |  2 --
 configs/snapper9260_defconfig            |  3 --
 configs/snapper9g20_defconfig            |  3 --
 configs/socfpga_arria5_defconfig         |  3 --
 configs/socfpga_cyclone5_defconfig       |  3 --
 configs/socfpga_socrates_defconfig       |  3 --
 configs/stv0991_defconfig                |  2 --
 configs/tao3530_defconfig                |  3 --
 configs/tricorder_defconfig              |  3 --
 configs/tricorder_flash_defconfig        |  3 --
 configs/twister_defconfig                |  3 --
 configs/zynq_microzed_defconfig          |  1 -
 configs/zynq_zc70x_defconfig             |  1 -
 configs/zynq_zc770_xm010_defconfig       |  1 -
 configs/zynq_zc770_xm012_defconfig       |  1 -
 configs/zynq_zc770_xm013_defconfig       |  1 -
 configs/zynq_zed_defconfig               |  1 -
 configs/zynq_zybo_defconfig              |  1 -
 drivers/mtd/spi/Kconfig                  |  2 +-
 80 files changed, 104 insertions(+), 297 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list