[U-Boot] [PATCH 0/4] ARM: sama5: remove SoCs from CONFIG_SYS_EXTRA_OPTIONS

Wenyou Yang wenyou.yang at atmel.com
Fri Jan 6 05:56:49 CET 2017


The CONFIG_SYS_EXTRA_OPTIONS is deprecated, remove the SoC
options such as SAMA5D2, SAMA5D3 and SAMA5D4 from
CONFIG_SYS_EXTRA_OPTIONS.


Wenyou Yang (4):
  ARM: at91: move CONFIG_AT91FAMILY option to Kconfig
  ARM: at91: sama5: remove hardware.h included in board config
  ARM: at91: sama5: add SoC configs to Kconfig
  defconfig: sama5: remove SoCs from CONFIG_SYS_EXTRA_OPTIONS

 arch/arm/mach-at91/Kconfig                    | 31 ++++++++++++++++++++-------
 arch/arm/mach-at91/atmel_sfr.c                |  1 +
 arch/arm/mach-at91/include/mach/at91rm9200.h  |  1 -
 arch/arm/mach-at91/include/mach/at91sam9260.h |  5 -----
 arch/arm/mach-at91/include/mach/at91sam9261.h |  5 -----
 arch/arm/mach-at91/include/mach/at91sam9263.h |  5 -----
 arch/arm/mach-at91/include/mach/at91sam9g45.h |  5 -----
 arch/arm/mach-at91/include/mach/at91sam9rl.h  |  5 -----
 arch/arm/mach-at91/include/mach/at91sam9x5.h  |  2 --
 arch/arm/mach-at91/include/mach/sama5d2.h     |  5 -----
 arch/arm/mach-at91/include/mach/sama5d3.h     |  5 -----
 arch/arm/mach-at91/include/mach/sama5d4.h     |  5 -----
 arch/arm/mach-at91/matrix.c                   |  1 +
 configs/ma5d4evk_defconfig                    |  1 -
 configs/sama5d2_ptc_nandflash_defconfig       |  2 +-
 configs/sama5d2_ptc_spiflash_defconfig        |  2 +-
 configs/sama5d2_xplained_mmc_defconfig        | 10 ++++-----
 configs/sama5d2_xplained_spiflash_defconfig   |  8 +++----
 configs/sama5d36ek_cmp_mmc_defconfig          |  2 +-
 configs/sama5d36ek_cmp_nandflash_defconfig    |  2 +-
 configs/sama5d36ek_cmp_spiflash_defconfig     |  2 +-
 configs/sama5d3_xplained_mmc_defconfig        |  2 +-
 configs/sama5d3_xplained_nandflash_defconfig  |  2 +-
 configs/sama5d3xek_mmc_defconfig              |  2 +-
 configs/sama5d3xek_nandflash_defconfig        |  2 +-
 configs/sama5d3xek_spiflash_defconfig         |  2 +-
 configs/sama5d4_xplained_mmc_defconfig        |  2 +-
 configs/sama5d4_xplained_nandflash_defconfig  |  2 +-
 configs/sama5d4_xplained_spiflash_defconfig   |  2 +-
 configs/sama5d4ek_mmc_defconfig               |  3 +--
 configs/sama5d4ek_nandflash_defconfig         |  3 +--
 configs/sama5d4ek_spiflash_defconfig          |  3 +--
 configs/vinco_defconfig                       |  2 +-
 drivers/pinctrl/pinctrl-at91.c                |  1 +
 include/configs/at91-sama5_common.h           |  2 --
 include/configs/ma5d4evk.h                    |  9 +++++---
 include/configs/sama5d2_ptc.h                 | 11 ++++++----
 include/configs/sama5d2_xplained.h            |  5 ++++-
 include/configs/sama5d3_xplained.h            | 13 ++++++-----
 include/configs/sama5d3xek.h                  | 11 ++++++----
 include/configs/sama5d4_xplained.h            |  7 ++++--
 include/configs/sama5d4ek.h                   |  7 ++++--
 include/configs/vinco.h                       | 11 ++++++----
 43 files changed, 99 insertions(+), 110 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list