All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Hershberger <joe.hershberger@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-net.git master
Date: Mon, 1 Jun 2015 13:24:00 -0500	[thread overview]
Message-ID: <CANr=Z=ZYuXeRtaBxubOus9NU=a=kPk54OXZw9GABJgcV8LbkFg@mail.gmail.com> (raw)

Hi Tom,

This should include the few build fixes that have been submitted as
well as fixing up Michal's patch to the LIB_RAND dependency patch.

It also cleans up the CONFIG_NET/CONFIG_CMD_NET situation that was
breaking networking for a number of boards.

I've included the CMD_SETEXPR patch in this since it would otherwise
create patch conflicts if done separately.

The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:

  am33xx, spl, siemens: enable debug uart output again (2015-05-28
08:18:25 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-net.git master

for you to fetch changes up to 9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a:

  net: Fix NET_RANDOM_ETHADDR dependencies (2015-06-01 13:15:11 -0500)

----------------------------------------------------------------
Joe Hershberger (2):
      Move setexpr to Kconfig
      net: Move the CMD_NET config to defconfigs

Masahiro Yamada (2):
      sparc: fix build error on gr_ep2s60 board
      blackfin: fix build error on bct-brettl2 board

Michal Simek (1):
      net: Fix NET_RANDOM_ETHADDR dependencies

 board/sunxi/Kconfig                                |  3 --
 common/Kconfig                                     |  9 ++++++
 configs/A10-OLinuXino-Lime_defconfig               |  2 ++
 configs/A10s-OLinuXino-M_defconfig                 |  2 ++
 configs/A13-OLinuXinoM_defconfig                   |  2 ++
 configs/A13-OLinuXino_defconfig                    |  2 ++
 configs/A20-OLinuXino-Lime2_defconfig              |  2 ++
 configs/A20-OLinuXino-Lime_defconfig               |  2 ++
 configs/A20-OLinuXino_MICRO_defconfig              |  2 ++
 configs/Ainol_AW1_defconfig                        |  2 ++
 configs/Ampe_A76_defconfig                         |  2 ++
 configs/Astar_MID756_defconfig                     |  2 ++
 configs/Auxtek-T004_defconfig                      |  2 ++
 configs/B4420QDS_NAND_defconfig                    |  2 ++
 configs/B4420QDS_SPIFLASH_defconfig                |  2 ++
 configs/B4420QDS_defconfig                         |  2 ++
 configs/B4860QDS_NAND_defconfig                    |  2 ++
 configs/B4860QDS_SECURE_BOOT_defconfig             |  2 ++
 configs/B4860QDS_SPIFLASH_defconfig                |  2 ++
 configs/B4860QDS_SRIO_PCIE_BOOT_defconfig          |  2 ++
 configs/B4860QDS_defconfig                         |  2 ++
 configs/BSC9131RDB_NAND_SYSCLK100_defconfig        |  2 ++
 configs/BSC9131RDB_NAND_defconfig                  |  2 ++
 configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig    |  2 ++
 configs/BSC9131RDB_SPIFLASH_defconfig              |  2 ++
 configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig |  2 ++
 configs/BSC9132QDS_NAND_DDRCLK100_defconfig        |  2 ++
 configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig |  2 ++
 configs/BSC9132QDS_NAND_DDRCLK133_defconfig        |  2 ++
 configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig  |  2 ++
 configs/BSC9132QDS_NOR_DDRCLK100_defconfig         |  2 ++
 configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig  |  2 ++
 configs/BSC9132QDS_NOR_DDRCLK133_defconfig         |  2 ++
 .../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig   |  2 ++
 configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig      |  2 ++
 .../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig   |  2 ++
 configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig      |  2 ++
 .../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig |  2 ++
 configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig    |  2 ++
 .../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig |  2 ++
 configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig    |  2 ++
 configs/Bananapi_defconfig                         |  2 ++
 configs/Bananapro_defconfig                        |  2 ++
 configs/C29XPCIE_NAND_defconfig                    |  2 ++
 configs/C29XPCIE_NOR_SECBOOT_defconfig             |  2 ++
 configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig        |  2 ++
 configs/C29XPCIE_SPIFLASH_defconfig                |  2 ++
 configs/C29XPCIE_defconfig                         |  2 ++
 configs/CPCI4052_defconfig                         |  1 +
 configs/CSQ_CS908_defconfig                        |  2 ++
 configs/Chuwi_V7_CW0825_defconfig                  |  2 ++
 configs/Colombus_defconfig                         |  2 ++
 configs/Cubieboard2_defconfig                      |  2 ++
 configs/Cubieboard_defconfig                       |  2 ++
 configs/Cubietruck_defconfig                       |  2 ++
 configs/Hummingbird_A31_defconfig                  |  2 ++
 configs/Hyundai_A7HD_defconfig                     |  2 ++
 configs/Ippo_q8h_v1_2_a33_1024x600_defconfig       |  2 ++
 configs/Ippo_q8h_v1_2_defconfig                    |  2 ++
 configs/Ippo_q8h_v5_defconfig                      |  2 ++
 configs/Linksprite_pcDuino3_Nano_defconfig         |  2 ++
 configs/Linksprite_pcDuino3_defconfig              |  2 ++
 configs/Linksprite_pcDuino_defconfig               |  2 ++
 configs/M5208EVBE_defconfig                        |  1 +
 configs/M5235EVB_Flash32_defconfig                 |  1 +
 configs/M5235EVB_defconfig                         |  1 +
 configs/M5253DEMO_defconfig                        |  1 +
 configs/M5272C3_defconfig                          |  1 +
 configs/M5275EVB_defconfig                         |  1 +
 configs/M5282EVB_defconfig                         |  1 +
 configs/M53017EVB_defconfig                        |  1 +
 configs/M5329AFEE_defconfig                        |  1 +
 configs/M5329BFEE_defconfig                        |  1 +
 configs/M5373EVB_defconfig                         |  1 +
 configs/M54418TWR_defconfig                        |  1 +
 configs/M54418TWR_nand_mii_defconfig               |  1 +
 configs/M54418TWR_nand_rmii_defconfig              |  1 +
 configs/M54418TWR_nand_rmii_lowfreq_defconfig      |  1 +
 configs/M54418TWR_serial_mii_defconfig             |  1 +
 configs/M54418TWR_serial_rmii_defconfig            |  1 +
 configs/M54451EVB_defconfig                        |  1 +
 configs/M54451EVB_stmicro_defconfig                |  1 +
 configs/M54455EVB_a66_defconfig                    |  1 +
 configs/M54455EVB_defconfig                        |  1 +
 configs/M54455EVB_i66_defconfig                    |  1 +
 configs/M54455EVB_intel_defconfig                  |  1 +
 configs/M54455EVB_stm33_defconfig                  |  1 +
 configs/M5475AFE_defconfig                         |  1 +
 configs/M5475BFE_defconfig                         |  1 +
 configs/M5475CFE_defconfig                         |  1 +
 configs/M5475DFE_defconfig                         |  1 +
 configs/M5475EFE_defconfig                         |  1 +
 configs/M5475FFE_defconfig                         |  1 +
 configs/M5475GFE_defconfig                         |  1 +
 configs/M5485AFE_defconfig                         |  1 +
 configs/M5485BFE_defconfig                         |  1 +
 configs/M5485CFE_defconfig                         |  1 +
 configs/M5485DFE_defconfig                         |  1 +
 configs/M5485EFE_defconfig                         |  1 +
 configs/M5485FFE_defconfig                         |  1 +
 configs/M5485GFE_defconfig                         |  1 +
 configs/M5485HFE_defconfig                         |  1 +
 configs/MIP405T_defconfig                          |  1 +
 configs/MIP405_defconfig                           |  1 +
 configs/MK808C_defconfig                           |  2 ++
 configs/MPC8308RDB_defconfig                       |  1 +
 configs/MPC8313ERDB_33_defconfig                   |  1 +
 configs/MPC8313ERDB_66_defconfig                   |  1 +
 configs/MPC8313ERDB_NAND_33_defconfig              |  1 +
 configs/MPC8313ERDB_NAND_66_defconfig              |  1 +
 configs/MPC8315ERDB_defconfig                      |  1 +
 configs/MPC8323ERDB_defconfig                      |  1 +
 configs/MPC832XEMDS_ATM_defconfig                  |  1 +
 configs/MPC832XEMDS_HOST_33_defconfig              |  1 +
 configs/MPC832XEMDS_HOST_66_defconfig              |  1 +
 configs/MPC832XEMDS_SLAVE_defconfig                |  1 +
 configs/MPC832XEMDS_defconfig                      |  1 +
 configs/MPC8349EMDS_defconfig                      |  1 +
 configs/MPC8349ITXGP_defconfig                     |  1 +
 configs/MPC8349ITX_LOWBOOT_defconfig               |  1 +
 configs/MPC8349ITX_defconfig                       |  1 +
 configs/MPC837XEMDS_HOST_defconfig                 |  1 +
 configs/MPC837XEMDS_defconfig                      |  1 +
 configs/MPC837XERDB_defconfig                      |  1 +
 configs/MPC8536DS_36BIT_defconfig                  |  2 ++
 configs/MPC8536DS_SDCARD_defconfig                 |  2 ++
 configs/MPC8536DS_SPIFLASH_defconfig               |  2 ++
 configs/MPC8536DS_defconfig                        |  2 ++
 configs/MPC8540ADS_defconfig                       |  2 ++
 configs/MPC8541CDS_defconfig                       |  2 ++
 configs/MPC8541CDS_legacy_defconfig                |  2 ++
 configs/MPC8544DS_defconfig                        |  2 ++
 configs/MPC8548CDS_36BIT_defconfig                 |  2 ++
 configs/MPC8548CDS_defconfig                       |  2 ++
 configs/MPC8548CDS_legacy_defconfig                |  2 ++
 configs/MPC8555CDS_defconfig                       |  2 ++
 configs/MPC8555CDS_legacy_defconfig                |  2 ++
 configs/MPC8560ADS_defconfig                       |  2 ++
 configs/MPC8568MDS_defconfig                       |  2 ++
 configs/MPC8569MDS_ATM_defconfig                   |  2 ++
 configs/MPC8569MDS_defconfig                       |  2 ++
 configs/MPC8572DS_36BIT_defconfig                  |  2 ++
 configs/MPC8572DS_defconfig                        |  2 ++
 configs/MPC8610HPCD_defconfig                      |  1 +
 configs/MPC8641HPCN_36BIT_defconfig                |  1 +
 configs/MPC8641HPCN_defconfig                      |  1 +
 configs/MSI_Primo73_defconfig                      |  2 ++
 configs/MSI_Primo81_defconfig                      |  2 ++
 configs/Marsboard_A10_defconfig                    |  2 ++
 configs/Mele_A1000_defconfig                       |  2 ++
 configs/Mele_I7_defconfig                          |  2 ++
 configs/Mele_M3_defconfig                          |  2 ++
 configs/Mele_M5_defconfig                          |  2 ++
 configs/Mele_M9_defconfig                          |  2 ++
 configs/MigoR_defconfig                            |  1 +
 configs/Mini-X_defconfig                           |  2 ++
 configs/MiniFAP_defconfig                          |  1 +
 configs/O2D300_defconfig                           |  1 +
 configs/O2DNT2_RAMBOOT_defconfig                   |  1 +
 configs/O2DNT2_defconfig                           |  1 +
 configs/O2D_defconfig                              |  1 +
 configs/O2I_defconfig                              |  1 +
 configs/O2MNT_O2M110_defconfig                     |  1 +
 configs/O2MNT_O2M112_defconfig                     |  1 +
 configs/O2MNT_O2M113_defconfig                     |  1 +
 configs/O2MNT_defconfig                            |  1 +
 configs/O3DNT_defconfig                            |  1 +
 configs/Orangepi_defconfig                         |  2 ++
 configs/Orangepi_mini_defconfig                    |  2 ++
 configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig   |  2 ++
 configs/P1010RDB-PA_36BIT_NAND_defconfig           |  2 ++
 configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig    |  2 ++
 configs/P1010RDB-PA_36BIT_NOR_defconfig            |  2 ++
 configs/P1010RDB-PA_36BIT_SDCARD_defconfig         |  2 ++
 .../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig   |  2 ++
 configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig       |  2 ++
 configs/P1010RDB-PA_NAND_SECBOOT_defconfig         |  2 ++
 configs/P1010RDB-PA_NAND_defconfig                 |  2 ++
 configs/P1010RDB-PA_NOR_SECBOOT_defconfig          |  2 ++
 configs/P1010RDB-PA_NOR_defconfig                  |  2 ++
 configs/P1010RDB-PA_SDCARD_defconfig               |  2 ++
 configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig     |  2 ++
 configs/P1010RDB-PA_SPIFLASH_defconfig             |  2 ++
 configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig   |  2 ++
 configs/P1010RDB-PB_36BIT_NAND_defconfig           |  2 ++
 configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig    |  2 ++
 configs/P1010RDB-PB_36BIT_NOR_defconfig            |  2 ++
 configs/P1010RDB-PB_36BIT_SDCARD_defconfig         |  2 ++
 .../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig   |  2 ++
 configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig       |  2 ++
 configs/P1010RDB-PB_NAND_SECBOOT_defconfig         |  2 ++
 configs/P1010RDB-PB_NAND_defconfig                 |  2 ++
 configs/P1010RDB-PB_NOR_SECBOOT_defconfig          |  2 ++
 configs/P1010RDB-PB_NOR_defconfig                  |  2 ++
 configs/P1010RDB-PB_SDCARD_defconfig               |  2 ++
 configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig     |  2 ++
 configs/P1010RDB-PB_SPIFLASH_defconfig             |  2 ++
 configs/P1020MBG-PC_36BIT_SDCARD_defconfig         |  2 ++
 configs/P1020MBG-PC_36BIT_defconfig                |  2 ++
 configs/P1020MBG-PC_SDCARD_defconfig               |  2 ++
 configs/P1020MBG-PC_defconfig                      |  2 ++
 configs/P1020RDB-PC_36BIT_NAND_defconfig           |  2 ++
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig         |  2 ++
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig       |  2 ++
 configs/P1020RDB-PC_36BIT_defconfig                |  2 ++
 configs/P1020RDB-PC_NAND_defconfig                 |  2 ++
 configs/P1020RDB-PC_SDCARD_defconfig               |  2 ++
 configs/P1020RDB-PC_SPIFLASH_defconfig             |  2 ++
 configs/P1020RDB-PC_defconfig                      |  2 ++
 configs/P1020RDB-PD_NAND_defconfig                 |  2 ++
 configs/P1020RDB-PD_SDCARD_defconfig               |  2 ++
 configs/P1020RDB-PD_SPIFLASH_defconfig             |  2 ++
 configs/P1020RDB-PD_defconfig                      |  2 ++
 configs/P1020UTM-PC_36BIT_SDCARD_defconfig         |  2 ++
 configs/P1020UTM-PC_36BIT_defconfig                |  2 ++
 configs/P1020UTM-PC_SDCARD_defconfig               |  2 ++
 configs/P1020UTM-PC_defconfig                      |  2 ++
 configs/P1021RDB-PC_36BIT_NAND_defconfig           |  2 ++
 configs/P1021RDB-PC_36BIT_SDCARD_defconfig         |  2 ++
 configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig       |  2 ++
 configs/P1021RDB-PC_36BIT_defconfig                |  2 ++
 configs/P1021RDB-PC_NAND_defconfig                 |  2 ++
 configs/P1021RDB-PC_SDCARD_defconfig               |  2 ++
 configs/P1021RDB-PC_SPIFLASH_defconfig             |  2 ++
 configs/P1021RDB-PC_defconfig                      |  2 ++
 configs/P1022DS_36BIT_NAND_defconfig               |  2 ++
 configs/P1022DS_36BIT_SDCARD_defconfig             |  2 ++
 configs/P1022DS_36BIT_SPIFLASH_defconfig           |  2 ++
 configs/P1022DS_36BIT_defconfig                    |  2 ++
 configs/P1022DS_NAND_defconfig                     |  2 ++
 configs/P1022DS_SDCARD_defconfig                   |  2 ++
 configs/P1022DS_SPIFLASH_defconfig                 |  2 ++
 configs/P1022DS_defconfig                          |  2 ++
 configs/P1023RDB_defconfig                         |  2 ++
 configs/P1024RDB_36BIT_defconfig                   |  2 ++
 configs/P1024RDB_NAND_defconfig                    |  2 ++
 configs/P1024RDB_SDCARD_defconfig                  |  2 ++
 configs/P1024RDB_SPIFLASH_defconfig                |  2 ++
 configs/P1024RDB_defconfig                         |  2 ++
 configs/P1025RDB_36BIT_defconfig                   |  2 ++
 configs/P1025RDB_NAND_defconfig                    |  2 ++
 configs/P1025RDB_SDCARD_defconfig                  |  2 ++
 configs/P1025RDB_SPIFLASH_defconfig                |  2 ++
 configs/P1025RDB_defconfig                         |  2 ++
 configs/P2020RDB-PC_36BIT_NAND_defconfig           |  2 ++
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig         |  2 ++
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig       |  2 ++
 configs/P2020RDB-PC_36BIT_defconfig                |  2 ++
 configs/P2020RDB-PC_NAND_defconfig                 |  2 ++
 configs/P2020RDB-PC_SDCARD_defconfig               |  2 ++
 configs/P2020RDB-PC_SPIFLASH_defconfig             |  2 ++
 configs/P2020RDB-PC_defconfig                      |  2 ++
 configs/P2041RDB_NAND_defconfig                    |  2 ++
 configs/P2041RDB_SDCARD_defconfig                  |  2 ++
 configs/P2041RDB_SECURE_BOOT_defconfig             |  2 ++
 configs/P2041RDB_SPIFLASH_defconfig                |  2 ++
 configs/P2041RDB_SRIO_PCIE_BOOT_defconfig          |  2 ++
 configs/P2041RDB_defconfig                         |  2 ++
 configs/P3041DS_NAND_defconfig                     |  2 ++
 configs/P3041DS_SDCARD_defconfig                   |  2 ++
 configs/P3041DS_SECURE_BOOT_defconfig              |  2 ++
 configs/P3041DS_SPIFLASH_defconfig                 |  2 ++
 configs/P3041DS_SRIO_PCIE_BOOT_defconfig           |  2 ++
 configs/P3041DS_defconfig                          |  2 ++
 configs/P4080DS_SDCARD_defconfig                   |  2 ++
 configs/P4080DS_SECURE_BOOT_defconfig              |  2 ++
 configs/P4080DS_SPIFLASH_defconfig                 |  2 ++
 configs/P4080DS_SRIO_PCIE_BOOT_defconfig           |  2 ++
 configs/P4080DS_defconfig                          |  2 ++
 configs/P5020DS_NAND_defconfig                     |  2 ++
 configs/P5020DS_SDCARD_defconfig                   |  2 ++
 configs/P5020DS_SECURE_BOOT_defconfig              |  2 ++
 configs/P5020DS_SPIFLASH_defconfig                 |  2 ++
 configs/P5020DS_SRIO_PCIE_BOOT_defconfig           |  2 ++
 configs/P5020DS_defconfig                          |  2 ++
 configs/P5040DS_NAND_defconfig                     |  2 ++
 configs/P5040DS_SDCARD_defconfig                   |  2 ++
 configs/P5040DS_SECURE_BOOT_defconfig              |  2 ++
 configs/P5040DS_SPIFLASH_defconfig                 |  2 ++
 configs/P5040DS_defconfig                          |  2 ++
 configs/PIP405_defconfig                           |  1 +
 configs/PLU405_defconfig                           |  1 +
 configs/PMC405DE_defconfig                         |  1 +
 configs/PMC440_defconfig                           |  1 +
 configs/T1023RDB_NAND_defconfig                    |  2 ++
 configs/T1023RDB_SDCARD_defconfig                  |  2 ++
 configs/T1023RDB_SECURE_BOOT_defconfig             |  2 ++
 configs/T1023RDB_SPIFLASH_defconfig                |  2 ++
 configs/T1023RDB_defconfig                         |  2 ++
 configs/T1024QDS_D4_SECURE_BOOT_defconfig          |  2 ++
 configs/T1024QDS_NAND_defconfig                    |  2 ++
 configs/T1024QDS_SDCARD_defconfig                  |  2 ++
 configs/T1024QDS_SECURE_BOOT_defconfig             |  2 ++
 configs/T1024QDS_SPIFLASH_defconfig                |  2 ++
 configs/T1024QDS_defconfig                         |  2 ++
 configs/T1024RDB_NAND_defconfig                    |  2 ++
 configs/T1024RDB_SDCARD_defconfig                  |  2 ++
 configs/T1024RDB_SECURE_BOOT_defconfig             |  2 ++
 configs/T1024RDB_SPIFLASH_defconfig                |  2 ++
 configs/T1024RDB_defconfig                         |  2 ++
 configs/T1040QDS_D4_defconfig                      |  2 ++
 configs/T1040QDS_SECURE_BOOT_defconfig             |  2 ++
 configs/T1040QDS_defconfig                         |  2 ++
 configs/T1040RDB_NAND_defconfig                    |  2 ++
 configs/T1040RDB_SDCARD_defconfig                  |  2 ++
 configs/T1040RDB_SECURE_BOOT_defconfig             |  2 ++
 configs/T1040RDB_SPIFLASH_defconfig                |  2 ++
 configs/T1040RDB_defconfig                         |  2 ++
 configs/T1042RDB_PI_NAND_defconfig                 |  2 ++
 configs/T1042RDB_PI_SDCARD_defconfig               |  2 ++
 configs/T1042RDB_PI_SPIFLASH_defconfig             |  2 ++
 configs/T1042RDB_PI_defconfig                      |  2 ++
 configs/T1042RDB_SECURE_BOOT_defconfig             |  2 ++
 configs/T1042RDB_defconfig                         |  2 ++
 configs/T2080QDS_NAND_defconfig                    |  2 ++
 configs/T2080QDS_SDCARD_defconfig                  |  2 ++
 configs/T2080QDS_SECURE_BOOT_defconfig             |  2 ++
 configs/T2080QDS_SPIFLASH_defconfig                |  2 ++
 configs/T2080QDS_SRIO_PCIE_BOOT_defconfig          |  2 ++
 configs/T2080QDS_defconfig                         |  2 ++
 configs/T2080RDB_NAND_defconfig                    |  2 ++
 configs/T2080RDB_SDCARD_defconfig                  |  2 ++
 configs/T2080RDB_SECURE_BOOT_defconfig             |  2 ++
 configs/T2080RDB_SPIFLASH_defconfig                |  2 ++
 configs/T2080RDB_SRIO_PCIE_BOOT_defconfig          |  2 ++
 configs/T2080RDB_defconfig                         |  2 ++
 configs/T2081QDS_NAND_defconfig                    |  2 ++
 configs/T2081QDS_SDCARD_defconfig                  |  2 ++
 configs/T2081QDS_SPIFLASH_defconfig                |  2 ++
 configs/T2081QDS_SRIO_PCIE_BOOT_defconfig          |  2 ++
 configs/T2081QDS_defconfig                         |  2 ++
 configs/T4160QDS_NAND_defconfig                    |  2 ++
 configs/T4160QDS_SDCARD_defconfig                  |  2 ++
 configs/T4160QDS_SECURE_BOOT_defconfig             |  2 ++
 configs/T4160QDS_defconfig                         |  2 ++
 configs/T4160RDB_defconfig                         |  2 ++
 configs/T4240QDS_NAND_defconfig                    |  2 ++
 configs/T4240QDS_SDCARD_defconfig                  |  2 ++
 configs/T4240QDS_SECURE_BOOT_defconfig             |  2 ++
 configs/T4240QDS_SRIO_PCIE_BOOT_defconfig          |  2 ++
 configs/T4240QDS_defconfig                         |  2 ++
 configs/T4240RDB_SDCARD_defconfig                  |  2 ++
 configs/T4240RDB_defconfig                         |  2 ++
 configs/TQM5200S_HIGHBOOT_defconfig                |  1 +
 configs/TQM5200S_defconfig                         |  1 +
 configs/TQM5200_B_HIGHBOOT_defconfig               |  1 +
 configs/TQM5200_B_defconfig                        |  1 +
 configs/TQM5200_STK100_defconfig                   |  1 +
 configs/TQM5200_defconfig                          |  1 +
 configs/TQM823L_LCD_defconfig                      |  1 +
 configs/TQM823L_defconfig                          |  1 +
 configs/TQM823M_defconfig                          |  1 +
 configs/TQM834x_defconfig                          |  1 +
 configs/TQM850L_defconfig                          |  1 +
 configs/TQM850M_defconfig                          |  1 +
 configs/TQM855L_defconfig                          |  1 +
 configs/TQM855M_defconfig                          |  1 +
 configs/TQM860L_defconfig                          |  1 +
 configs/TQM860M_defconfig                          |  1 +
 configs/TQM862L_defconfig                          |  1 +
 configs/TQM862M_defconfig                          |  1 +
 configs/TQM866M_defconfig                          |  1 +
 configs/TQM885D_defconfig                          |  1 +
 configs/TTTech_defconfig                           |  1 +
 configs/TWR-P1025_defconfig                        |  2 ++
 configs/TZX-Q8-713B7_defconfig                     |  2 ++
 configs/UCP1020_SPIFLASH_defconfig                 |  2 ++
 configs/UCP1020_defconfig                          |  2 ++
 configs/UTOO_P66_defconfig                         |  2 ++
 configs/VCMA9_defconfig                            |  1 +
 configs/VOM405_defconfig                           |  1 +
 configs/Wexler_TAB7200_defconfig                   |  2 ++
 configs/Wits_Pro_A20_DKT_defconfig                 |  2 ++
 configs/Yones_Toptech_BD1078_defconfig             |  2 ++
 configs/a3m071_defconfig                           |  1 +
 configs/a4m072_defconfig                           |  1 +
 configs/a4m2k_defconfig                            |  1 +
 configs/ac14xx_defconfig                           |  1 +
 configs/acadia_defconfig                           |  3 +-
 configs/adp-ag101_defconfig                        |  1 +
 configs/adp-ag101p_defconfig                       |  1 +
 configs/adp-ag102_defconfig                        |  1 +
 configs/alpr_defconfig                             |  1 +
 configs/alt_defconfig                              |  1 +
 configs/am335x_boneblack_defconfig                 |  1 +
 configs/am335x_boneblack_vboot_defconfig           |  1 +
 configs/am335x_evm_defconfig                       |  1 +
 configs/am335x_evm_nor_defconfig                   |  1 +
 configs/am335x_evm_norboot_defconfig               |  1 +
 configs/am335x_evm_spiboot_defconfig               |  1 +
 configs/am335x_evm_usbspl_defconfig                |  1 +
 configs/am335x_igep0033_defconfig                  |  1 +
 configs/am3517_evm_defconfig                       |  1 +
 configs/am43xx_evm_defconfig                       |  1 +
 configs/am43xx_evm_qspiboot_defconfig              |  1 +
 configs/ap325rxa_defconfig                         |  1 +
 configs/ap_sh4a_4a_defconfig                       |  1 +
 configs/apalis_t30_defconfig                       |  2 ++
 configs/apf27_defconfig                            |  2 ++
 configs/apx4devkit_defconfig                       |  1 +
 configs/arcangel4-be_defconfig                     |  1 +
 configs/arcangel4_defconfig                        |  1 +
 configs/arches_defconfig                           |  2 ++
 configs/aria_defconfig                             |  1 +
 configs/aristainetos2_defconfig                    |  4 ++-
 configs/aristainetos_defconfig                     |  2 ++
 configs/armadillo-800eva_defconfig                 |  1 +
 configs/arndale_defconfig                          |  1 +
 configs/at91rm9200ek_defconfig                     |  1 +
 configs/at91rm9200ek_ram_defconfig                 |  1 +
 configs/at91sam9260ek_dataflash_cs0_defconfig      |  1 +
 configs/at91sam9260ek_dataflash_cs1_defconfig      |  1 +
 configs/at91sam9260ek_nandflash_defconfig          |  1 +
 configs/at91sam9261ek_dataflash_cs0_defconfig      |  1 +
 configs/at91sam9261ek_dataflash_cs3_defconfig      |  1 +
 configs/at91sam9261ek_nandflash_defconfig          |  1 +
 configs/at91sam9263ek_dataflash_cs0_defconfig      |  1 +
 configs/at91sam9263ek_dataflash_defconfig          |  1 +
 configs/at91sam9263ek_nandflash_defconfig          |  1 +
 configs/at91sam9263ek_norflash_boot_defconfig      |  1 +
 configs/at91sam9263ek_norflash_defconfig           |  1 +
 configs/at91sam9g10ek_dataflash_cs0_defconfig      |  1 +
 configs/at91sam9g10ek_dataflash_cs3_defconfig      |  1 +
 configs/at91sam9g10ek_nandflash_defconfig          |  1 +
 configs/at91sam9g20ek_2mmc_defconfig               |  1 +
 configs/at91sam9g20ek_2mmc_nandflash_defconfig     |  1 +
 configs/at91sam9g20ek_dataflash_cs0_defconfig      |  1 +
 configs/at91sam9g20ek_dataflash_cs1_defconfig      |  1 +
 configs/at91sam9g20ek_nandflash_defconfig          |  1 +
 configs/at91sam9m10g45ek_mmc_defconfig             |  1 +
 configs/at91sam9m10g45ek_nandflash_defconfig       |  1 +
 configs/at91sam9n12ek_mmc_defconfig                |  1 +
 configs/at91sam9n12ek_nandflash_defconfig          |  1 +
 configs/at91sam9n12ek_spiflash_defconfig           |  1 +
 configs/at91sam9x5ek_dataflash_defconfig           |  1 +
 configs/at91sam9x5ek_mmc_defconfig                 |  1 +
 configs/at91sam9x5ek_nandflash_defconfig           |  1 +
 configs/at91sam9x5ek_spiflash_defconfig            |  1 +
 configs/at91sam9xeek_dataflash_cs0_defconfig       |  1 +
 configs/at91sam9xeek_dataflash_cs1_defconfig       |  1 +
 configs/at91sam9xeek_nandflash_defconfig           |  1 +
 configs/atngw100_defconfig                         |  1 +
 configs/atngw100mkii_defconfig                     |  1 +
 configs/atstk1002_defconfig                        |  1 +
 configs/atstk1006_defconfig                        |  1 +
 configs/axm_defconfig                              |  1 +
 configs/axs101_defconfig                           |  2 +-
 configs/axs103_defconfig                           |  2 +-
 configs/ba10_tv_box_defconfig                      |  2 ++
 configs/bamboo_defconfig                           |  3 +-
 configs/bcm911360_entphn-ns_defconfig              |  1 +
 configs/bcm911360_entphn_defconfig                 |  1 +
 configs/bcm911360k_defconfig                       |  1 +
 configs/bcm958300k-ns_defconfig                    |  1 +
 configs/bcm958300k_defconfig                       |  1 +
 configs/bcm958305k_defconfig                       |  1 +
 configs/bcm958622hr_defconfig                      |  1 +
 configs/bct-brettl2_defconfig                      |  3 +-
 configs/beagle_x15_defconfig                       |  1 +
 configs/beaver_defconfig                           |  1 +
 configs/bf518f-ezbrd_defconfig                     |  2 +-
 configs/bf526-ezbrd_defconfig                      |  2 +-
 configs/bf527-ezkit-v2_defconfig                   |  1 +
 configs/bf527-ezkit_defconfig                      |  2 +-
 configs/bf533-ezkit_defconfig                      |  1 +
 configs/bf533-stamp_defconfig                      |  1 +
 configs/bf537-minotaur_defconfig                   |  2 +-
 configs/bf537-pnav_defconfig                       |  2 +-
 configs/bf537-srv1_defconfig                       |  2 +-
 configs/bf537-stamp_defconfig                      |  2 +-
 configs/bf538f-ezkit_defconfig                     |  1 +
 configs/bf548-ezkit_defconfig                      |  1 +
 configs/bf561-acvilon_defconfig                    |  1 +
 configs/bf561-ezkit_defconfig                      |  1 +
 configs/bf609-ezkit_defconfig                      |  2 +-
 configs/bg0900_defconfig                           |  2 ++
 configs/birdland_bav335a_defconfig                 |  1 +
 configs/birdland_bav335b_defconfig                 |  1 +
 configs/blackstamp_defconfig                       |  1 +
 configs/blackvme_defconfig                         |  1 +
 configs/br4_defconfig                              |  1 +
 configs/bubinga_defconfig                          |  3 +-
 configs/caddy2_defconfig                           |  1 +
 configs/cairo_defconfig                            |  1 +
 configs/calimain_defconfig                         |  1 +
 configs/cam5200_defconfig                          |  1 +
 configs/cam5200_niosflash_defconfig                |  1 +
 configs/cam_enc_4xx_defconfig                      |  1 +
 configs/canmb_defconfig                            |  1 +
 configs/canyonlands_defconfig                      |  3 +-
 configs/cardhu_defconfig                           |  1 +
 configs/cgtqmx6qeval_defconfig                     |  1 +
 configs/charon_defconfig                           |  1 +
 configs/chromebook_link_defconfig                  |  1 +
 configs/chromebox_panther_defconfig                |  1 +
 configs/cm-bf527_defconfig                         |  2 +-
 configs/cm-bf533_defconfig                         |  1 +
 configs/cm-bf537e_defconfig                        |  2 +-
 configs/cm-bf537u_defconfig                        |  2 +-
 configs/cm-bf548_defconfig                         |  1 +
 configs/cm-bf561_defconfig                         |  1 +
 configs/cm5200_defconfig                           |  1 +
 configs/cm_fx6_defconfig                           |  1 +
 configs/cm_t335_defconfig                          |  1 +
 configs/cm_t3517_defconfig                         |  1 +
 configs/cm_t35_defconfig                           |  1 +
 configs/cm_t54_defconfig                           |  1 +
 configs/cobra5272_defconfig                        |  1 +
 configs/colibri_pxa270_defconfig                   |  1 +
 configs/colibri_t20_defconfig                      |  2 ++
 configs/colibri_t30_defconfig                      |  2 ++
 configs/colibri_vf_defconfig                       |  1 +
 .../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig  |  2 ++
 configs/controlcenterd_36BIT_SDCARD_defconfig      |  2 ++
 .../controlcenterd_TRAILBLAZER_DEVELOP_defconfig   |  1 +
 configs/controlcenterd_TRAILBLAZER_defconfig       |  1 +
 configs/coreboot-x86_defconfig                     |  1 +
 configs/corvus_defconfig                           |  1 +
 configs/cpu9260_128M_defconfig                     |  1 +
 configs/cpu9260_defconfig                          |  1 +
 configs/cpu9260_nand_128M_defconfig                |  1 +
 configs/cpu9260_nand_defconfig                     |  1 +
 configs/cpu9G20_128M_defconfig                     |  1 +
 configs/cpu9G20_defconfig                          |  1 +
 configs/cpu9G20_nand_128M_defconfig                |  1 +
 configs/cpu9G20_nand_defconfig                     |  1 +
 configs/cpuat91_defconfig                          |  1 +
 configs/cpuat91_ram_defconfig                      |  1 +
 configs/crownbay_defconfig                         |  1 +
 configs/csb272_defconfig                           |  1 +
 configs/csb472_defconfig                           |  1 +
 configs/d2net_v2_defconfig                         |  1 +
 configs/da830evm_defconfig                         |  1 +
 configs/da850_am18xxevm_defconfig                  |  1 +
 configs/da850evm_defconfig                         |  1 +
 configs/da850evm_direct_nor_defconfig              |  1 +
 configs/dalmore_defconfig                          |  1 +
 configs/davinci_dm355evm_defconfig                 |  1 +
 configs/davinci_dm355leopard_defconfig             |  1 +
 configs/davinci_dm365evm_defconfig                 |  1 +
 configs/davinci_dm6467Tevm_defconfig               |  1 +
 configs/davinci_dm6467evm_defconfig                |  1 +
 configs/davinci_dvevm_defconfig                    |  1 +
 configs/davinci_schmoogie_defconfig                |  1 +
 configs/davinci_sffsdr_defconfig                   |  1 +
 configs/davinci_sonata_defconfig                   |  1 +
 configs/db-88f6820-gp_defconfig                    |  1 +
 configs/db-mv784mp-gp_defconfig                    |  1 +
 configs/dbau1000_defconfig                         |  1 +
 configs/dbau1100_defconfig                         |  1 +
 configs/dbau1500_defconfig                         |  1 +
 configs/dbau1550_defconfig                         |  1 +
 configs/dbau1550_el_defconfig                      |  1 +
 configs/devconcenter_defconfig                     |  2 ++
 configs/devkit3250_defconfig                       |  1 +
 configs/devkit8000_defconfig                       |  1 +
 configs/dig297_defconfig                           |  1 +
 configs/digsy_mtc_RAMBOOT_defconfig                |  1 +
 configs/digsy_mtc_defconfig                        |  1 +
 configs/digsy_mtc_rev5_RAMBOOT_defconfig           |  1 +
 configs/digsy_mtc_rev5_defconfig                   |  1 +
 configs/dlvision-10g_defconfig                     |  3 +-
 configs/dlvision_defconfig                         |  3 +-
 configs/dnp5370_defconfig                          |  2 +-
 configs/dns325_defconfig                           |  1 +
 configs/dockstar_defconfig                         |  1 +
 configs/dra7xx_evm_defconfig                       |  1 +
 configs/dra7xx_evm_qspiboot_defconfig              |  1 +
 configs/dra7xx_evm_uart3_defconfig                 |  1 +
 configs/draco_defconfig                            |  1 +
 configs/dreamplug_defconfig                        |  1 +
 configs/duovero_defconfig                          |  1 +
 configs/dxr2_defconfig                             |  1 +
 configs/ea20_defconfig                             |  1 +
 configs/eb_cpu5282_defconfig                       |  1 +
 configs/eb_cpu5282_internal_defconfig              |  1 +
 configs/eb_cpux9k2_defconfig                       |  1 +
 configs/eb_cpux9k2_ram_defconfig                   |  1 +
 configs/ebony_defconfig                            |  3 +-
 configs/eco5pk_defconfig                           |  1 +
 configs/ecovec_defconfig                           |  1 +
 configs/edb9315a_defconfig                         |  1 +
 configs/edminiv2_defconfig                         |  1 +
 configs/enbw_cmc_defconfig                         |  1 +
 configs/espt_defconfig                             |  1 +
 configs/ethernut5_defconfig                        |  2 ++
 configs/favr-32-ezkit_defconfig                    |  1 +
 configs/flea3_defconfig                            |  1 +
 configs/fo300_defconfig                            |  1 +
 configs/forfun_q88db_defconfig                     |  2 ++
 configs/ga10h_v1_1_defconfig                       | 32 +++++++++-------------
 configs/galileo_defconfig                          |  2 +-
 configs/gdppc440etx_defconfig                      |  3 +-
 configs/glacier_defconfig                          |  2 ++
 configs/glacier_ramboot_defconfig                  |  2 ++
 configs/goflexhome_defconfig                       |  1 +
 configs/gose_defconfig                             |  1 +
 configs/gplugd_defconfig                           |  1 +
 configs/gr_cpci_ax2000_defconfig                   |  1 +
 configs/gr_ep2s60_defconfig                        |  1 +
 configs/gr_xc3s_1500_defconfig                     |  1 +
 configs/grasshopper_defconfig                      |  1 +
 configs/grsim_defconfig                            |  1 +
 configs/guruplug_defconfig                         |  1 +
 configs/gwventana_defconfig                        |  4 ++-
 configs/h2200_defconfig                            |  1 +
 configs/haleakala_defconfig                        |  2 ++
 configs/hammerhead_defconfig                       |  1 +
 configs/harmony_defconfig                          |  1 +
 configs/highbank_defconfig                         |  1 +
 configs/hrcon_defconfig                            |  1 +
 configs/i12-tvbox_defconfig                        |  2 ++
 configs/iNet_3F_defconfig                          |  2 ++
 configs/iNet_3W_defconfig                          |  2 ++
 configs/iNet_86VS_defconfig                        |  2 ++
 configs/ib62x0_defconfig                           |  1 +
 configs/ibf-dsp561_defconfig                       |  1 +
 configs/icon_defconfig                             |  3 +-
 configs/iconnect_defconfig                         |  1 +
 configs/ids8313_defconfig                          |  1 +
 configs/igep0020_defconfig                         |  1 +
 configs/igep0020_nand_defconfig                    |  1 +
 configs/igep0030_defconfig                         |  1 +
 configs/igep0030_nand_defconfig                    |  1 +
 configs/igep0032_defconfig                         |  1 +
 configs/ima3-mx53_defconfig                        |  1 +
 configs/imx27lite_defconfig                        |  1 +
 configs/imx31_litekit_defconfig                    |  1 +
 configs/imx31_phycore_defconfig                    |  1 +
 configs/imx31_phycore_eet_defconfig                |  1 +
 configs/inetspace_v2_defconfig                     |  1 +
 configs/inka4x0_defconfig                          |  1 +
 configs/integratorap_cm720t_defconfig              |  1 +
 configs/integratorap_cm920t_defconfig              |  1 +
 configs/integratorap_cm926ejs_defconfig            |  1 +
 configs/integratorap_cm946es_defconfig             |  1 +
 configs/integratorcp_cm1136_defconfig              |  1 +
 configs/integratorcp_cm920t_defconfig              |  1 +
 configs/integratorcp_cm926ejs_defconfig            |  1 +
 configs/integratorcp_cm946es_defconfig             |  1 +
 configs/intip_defconfig                            |  3 +-
 configs/io64_defconfig                             |  3 +-
 configs/io_defconfig                               |  3 +-
 configs/iocon_defconfig                            |  3 +-
 configs/ip04_defconfig                             |  2 +-
 configs/ipam390_defconfig                          |  1 +
 configs/ipek01_defconfig                           |  1 +
 configs/jesurun_q5_defconfig                       |  2 ++
 configs/jetson-tk1_defconfig                       |  1 +
 configs/jupiter_defconfig                          |  1 +
 configs/k2e_evm_defconfig                          |  1 +
 configs/k2hk_evm_defconfig                         |  1 +
 configs/k2l_evm_defconfig                          |  1 +
 configs/katmai_defconfig                           |  3 +-
 configs/kilauea_defconfig                          |  3 +-
 configs/km_kirkwood_128m16_defconfig               |  2 ++
 configs/km_kirkwood_defconfig                      |  2 ++
 configs/km_kirkwood_pci_defconfig                  |  2 ++
 configs/kmcoge4_defconfig                          |  2 ++
 configs/kmcoge5ne_defconfig                        |  2 ++
 configs/kmcoge5un_defconfig                        |  2 ++
 configs/kmeter1_defconfig                          |  2 ++
 configs/kmlion1_defconfig                          |  2 ++
 configs/kmnusa_defconfig                           |  2 ++
 configs/kmopti2_defconfig                          |  2 ++
 configs/kmsugp1_defconfig                          |  2 ++
 configs/kmsupx5_defconfig                          |  2 ++
 configs/kmsuv31_defconfig                          |  2 ++
 configs/kmvect1_defconfig                          |  2 ++
 configs/koelsch_defconfig                          |  1 +
 configs/kwb_defconfig                              |  1 +
 configs/kzm9g_defconfig                            |  1 +
 configs/lager_defconfig                            |  1 +
 configs/lcd4_lwmon5_defconfig                      |  1 +
 configs/lp8x4x_defconfig                           |  1 +
 configs/ls1021aqds_ddr4_nor_defconfig              |  1 +
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig       |  1 +
 configs/ls1021aqds_nand_defconfig                  |  1 +
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig       |  1 +
 configs/ls1021aqds_nor_defconfig                   |  1 +
 configs/ls1021aqds_nor_lpuart_defconfig            |  1 +
 configs/ls1021aqds_qspi_defconfig                  |  1 +
 configs/ls1021aqds_sdcard_defconfig                |  1 +
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig       |  1 +
 configs/ls1021atwr_nor_defconfig                   |  1 +
 configs/ls1021atwr_nor_lpuart_defconfig            |  1 +
 configs/ls1021atwr_qspi_defconfig                  |  1 +
 configs/ls1021atwr_sdcard_defconfig                |  1 +
 configs/ls2085a_emu_D4_defconfig                   |  1 +
 configs/ls2085a_emu_defconfig                      |  1 +
 configs/ls2085a_simu_defconfig                     |  1 +
 configs/ls2085aqds_defconfig                       |  1 +
 configs/ls2085aqds_nand_defconfig                  |  1 +
 configs/ls2085ardb_defconfig                       |  1 +
 configs/ls2085ardb_nand_defconfig                  |  1 +
 configs/lschlv2_defconfig                          |  2 +-
 configs/lsxhl_defconfig                            |  2 +-
 configs/luan_defconfig                             |  3 +-
 configs/lwmon5_defconfig                           |  1 +
 configs/m28evk_defconfig                           |  3 +-
 configs/m53evk_defconfig                           |  3 +-
 configs/magnesium_defconfig                        |  1 +
 configs/makalu_defconfig                           |  3 +-
 configs/malta_defconfig                            |  1 +
 configs/maltael_defconfig                          |  1 +
 configs/marsboard_defconfig                        |  2 ++
 configs/maxbcm_defconfig                           |  1 +
 configs/mcx_defconfig                              |  1 +
 configs/mecp5123_defconfig                         |  1 +
 configs/medcom-wide_defconfig                      |  1 +
 configs/meesc_dataflash_defconfig                  |  1 +
 configs/meesc_defconfig                            |  1 +
 configs/mgcoge3ne_defconfig                        |  2 ++
 configs/mgcoge3un_defconfig                        |  2 ++
 configs/mgcoge_defconfig                           |  2 ++
 configs/microblaze-generic_defconfig               |  1 +
 configs/mimc200_defconfig                          |  1 +
 configs/minnowmax_defconfig                        |  1 +
 configs/mixtile_loftq_defconfig                    |  2 ++
 configs/mk802_a10s_defconfig                       |  2 ++
 configs/mk802_defconfig                            |  2 ++
 configs/mk802ii_defconfig                          |  2 ++
 configs/motionpro_defconfig                        |  1 +
 configs/mpc5121ads_defconfig                       |  1 +
 configs/mpc5121ads_rev2_defconfig                  |  1 +
 configs/mpc8308_p1m_defconfig                      |  1 +
 configs/ms7722se_defconfig                         |  1 +
 configs/mt_ventoux_defconfig                       |  1 +
 configs/munices_defconfig                          |  1 +
 configs/mv88f6281gtw_ge_defconfig                  |  1 +
 configs/mx23_olinuxino_defconfig                   |  1 +
 configs/mx25pdk_defconfig                          |  1 +
 configs/mx28evk_auart_console_defconfig            |  2 ++
 configs/mx28evk_defconfig                          |  2 ++
 configs/mx28evk_nand_defconfig                     |  2 ++
 configs/mx28evk_spi_defconfig                      |  2 ++
 configs/mx31ads_defconfig                          |  1 +
 configs/mx31pdk_defconfig                          |  1 +
 configs/mx35pdk_defconfig                          |  1 +
 configs/mx51_efikamx_defconfig                     |  1 +
 configs/mx51_efikasb_defconfig                     |  1 +
 configs/mx51evk_defconfig                          |  1 +
 configs/mx53ard_defconfig                          |  2 ++
 configs/mx53evk_defconfig                          |  1 +
 configs/mx53loco_defconfig                         |  1 +
 configs/mx53smd_defconfig                          |  1 +
 configs/mx6cuboxi_defconfig                        |  2 ++
 configs/mx6dlarm2_defconfig                        |  1 +
 configs/mx6dlarm2_lpddr2_defconfig                 |  1 +
 configs/mx6dlsabreauto_defconfig                   |  2 ++
 configs/mx6dlsabresd_defconfig                     |  2 ++
 configs/mx6qarm2_defconfig                         |  1 +
 configs/mx6qarm2_lpddr2_defconfig                  |  1 +
 configs/mx6qsabreauto_defconfig                    |  2 ++
 configs/mx6qsabrelite_defconfig                    |  2 ++
 configs/mx6qsabresd_defconfig                      |  2 ++
 configs/mx6sabresd_spl_defconfig                   |  2 ++
 configs/mx6slevk_defconfig                         |  1 +
 configs/mx6slevk_spinor_defconfig                  |  1 +
 configs/mx6sxsabresd_defconfig                     |  1 +
 configs/mx6sxsabresd_spl_defconfig                 |  1 +
 configs/nas220_defconfig                           |  1 +
 configs/neo_defconfig                              |  3 +-
 configs/net2big_v2_defconfig                       |  1 +
 configs/netspace_lite_v2_defconfig                 |  1 +
 configs/netspace_max_v2_defconfig                  |  1 +
 configs/netspace_mini_v2_defconfig                 |  1 +
 configs/netspace_v2_defconfig                      |  1 +
 configs/nhk8815_defconfig                          |  1 +
 configs/nhk8815_onenand_defconfig                  |  1 +
 configs/nios2-generic_defconfig                    |  1 +
 configs/nitrogen6dl2g_defconfig                    |  2 ++
 configs/nitrogen6dl_defconfig                      |  2 ++
 configs/nitrogen6q2g_defconfig                     |  2 ++
 configs/nitrogen6q_defconfig                       |  2 ++
 configs/nitrogen6s1g_defconfig                     |  2 ++
 configs/nitrogen6s_defconfig                       |  2 ++
 configs/novena_defconfig                           |  3 +-
 configs/nyan-big_defconfig                         |  1 +
 configs/ocotea_defconfig                           |  3 +-
 configs/odroid-xu3_defconfig                       |  3 +-
 configs/odroid_defconfig                           | 10 ++++---
 configs/omap3_beagle_defconfig                     |  2 ++
 configs/omap3_evm_defconfig                        |  1 +
 configs/omap3_evm_quick_mmc_defconfig              |  1 +
 configs/omap3_evm_quick_nand_defconfig             |  1 +
 configs/omap3_ha_defconfig                         |  1 +
 configs/omap3_logic_defconfig                      |  2 ++
 configs/omap3_mvblx_defconfig                      |  1 +
 configs/omap3_overo_defconfig                      |  1 +
 configs/omap3_sdp3430_defconfig                    |  1 +
 configs/omap3_zoom1_defconfig                      |  1 +
 configs/omap4_panda_defconfig                      |  1 +
 configs/omap5_uevm_defconfig                       |  1 +
 configs/omapl138_lcdk_defconfig                    |  1 +
 configs/openrd_base_defconfig                      |  1 +
 configs/openrd_client_defconfig                    |  1 +
 configs/openrd_ultimate_defconfig                  |  1 +
 configs/openrisc-generic_defconfig                 |  1 +
 configs/origen_defconfig                           |  1 +
 configs/ot1200_defconfig                           |  2 ++
 configs/ot1200_spl_defconfig                       |  2 ++
 configs/otc570_dataflash_defconfig                 |  1 +
 configs/otc570_defconfig                           |  1 +
 configs/p3p440_defconfig                           |  1 +
 configs/paz00_defconfig                            |  1 +
 configs/pb1000_defconfig                           |  1 +
 configs/pcm030_LOWBOOT_defconfig                   |  1 +
 configs/pcm030_defconfig                           |  1 +
 configs/pcm051_rev1_defconfig                      |  1 +
 configs/pcm051_rev3_defconfig                      |  1 +
 configs/pcs440ep_defconfig                         |  1 +
 configs/pdm360ng_defconfig                         |  1 +
 configs/peach-pi_defconfig                         |  1 +
 configs/peach-pit_defconfig                        |  1 +
 configs/pengwyn_defconfig                          |  1 +
 configs/pepper_defconfig                           |  1 +
 configs/platinum_picon_defconfig                   |  1 +
 configs/platinum_titanium_defconfig                |  1 +
 configs/plutux_defconfig                           |  1 +
 configs/pm9261_defconfig                           |  1 +
 configs/pm9263_defconfig                           |  1 +
 configs/pm9g45_defconfig                           |  1 +
 configs/pogo_e02_defconfig                         |  1 +
 configs/polaris_defconfig                          |  1 +
 configs/porter_defconfig                           |  1 +
 configs/portl2_defconfig                           |  2 ++
 configs/portuxg20_defconfig                        |  1 +
 configs/pr1_defconfig                              |  1 +
 configs/pxa255_idp_defconfig                       |  1 +
 configs/pxm2_defconfig                             |  1 +
 configs/qemu-ppce500_defconfig                     |  2 ++
 configs/qemu_mips64_defconfig                      |  1 +
 configs/qemu_mips64el_defconfig                    |  1 +
 configs/qemu_mips_defconfig                        |  1 +
 configs/qemu_mipsel_defconfig                      |  1 +
 configs/qong_defconfig                             |  2 ++
 configs/r0p7734_defconfig                          |  1 +
 configs/r2dplus_defconfig                          |  1 +
 configs/r7-tv-dongle_defconfig                     |  2 ++
 configs/r7780mp_defconfig                          |  1 +
 configs/rainier_defconfig                          |  2 ++
 configs/rainier_ramboot_defconfig                  |  2 ++
 configs/rd6281a_defconfig                          |  1 +
 configs/redwood_defconfig                          |  3 +-
 configs/riotboard_defconfig                        |  2 ++
 configs/rpi_2_defconfig                            |  1 +
 configs/rpi_defconfig                              |  1 +
 configs/rsk7203_defconfig                          |  1 +
 configs/rsk7264_defconfig                          |  1 +
 configs/rsk7269_defconfig                          |  1 +
 configs/rut_defconfig                              |  1 +
 configs/s5pc210_universal_defconfig                |  1 +
 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                    |  2 ++
 configs/sama5d4ek_nandflash_defconfig              |  2 ++
 configs/sama5d4ek_spiflash_defconfig               |  2 ++
 configs/sandbox_defconfig                          |  2 +-
 configs/sansa_fuze_plus_defconfig                  |  1 +
 configs/sbc405_defconfig                           |  1 +
 configs/sbc8349_PCI_33_defconfig                   |  1 +
 configs/sbc8349_PCI_66_defconfig                   |  1 +
 configs/sbc8349_defconfig                          |  1 +
 configs/sbc8548_PCI_33_PCIE_defconfig              |  1 +
 configs/sbc8548_PCI_33_defconfig                   |  1 +
 configs/sbc8548_PCI_66_PCIE_defconfig              |  1 +
 configs/sbc8548_PCI_66_defconfig                   |  1 +
 configs/sbc8548_defconfig                          |  1 +
 configs/sbc8641d_defconfig                         |  1 +
 configs/sc_sps_1_defconfig                         |  2 ++
 configs/scb9328_defconfig                          |  1 +
 configs/seaboard_defconfig                         |  1 +
 configs/secomx6quq7_defconfig                      |  2 ++
 configs/sequoia_defconfig                          |  3 +-
 configs/sequoia_ramboot_defconfig                  |  2 ++
 configs/sh7752evb_defconfig                        |  1 +
 configs/sh7753evb_defconfig                        |  1 +
 configs/sh7757lcr_defconfig                        |  1 +
 configs/sh7763rdp_defconfig                        |  1 +
 configs/sh7785lcr_32bit_defconfig                  |  1 +
 configs/sh7785lcr_defconfig                        |  1 +
 configs/sheevaplug_defconfig                       |  1 +
 configs/shmin_defconfig                            |  1 +
 configs/silk_defconfig                             |  1 +
 configs/smdk2410_defconfig                         |  1 +
 configs/smdk5250_defconfig                         |  1 +
 configs/smdk5420_defconfig                         |  1 +
 configs/smdkc100_defconfig                         |  1 +
 configs/smdkv310_defconfig                         |  2 ++
 configs/snapper9260_defconfig                      |  1 +
 configs/snapper9g20_defconfig                      |  1 +
 configs/snow_defconfig                             |  1 +
 configs/socfpga_arria5_defconfig                   |  3 +-
 configs/socfpga_cyclone5_defconfig                 |  4 +--
 configs/socfpga_socrates_defconfig                 |  3 +-
 configs/socrates_defconfig                         |  1 +
 configs/spear300_defconfig                         |  2 +-
 configs/spear300_nand_defconfig                    |  2 +-
 configs/spear300_usbtty_defconfig                  |  2 +-
 configs/spear300_usbtty_nand_defconfig             |  2 +-
 configs/spear310_defconfig                         |  2 +-
 configs/spear310_nand_defconfig                    |  2 +-
 configs/spear310_pnor_defconfig                    |  2 +-
 configs/spear310_usbtty_defconfig                  |  2 +-
 configs/spear310_usbtty_nand_defconfig             |  2 +-
 configs/spear310_usbtty_pnor_defconfig             |  2 +-
 configs/spear320_defconfig                         |  2 +-
 configs/spear320_nand_defconfig                    |  2 +-
 configs/spear320_pnor_defconfig                    |  2 +-
 configs/spear320_usbtty_defconfig                  |  2 +-
 configs/spear320_usbtty_nand_defconfig             |  2 +-
 configs/spear320_usbtty_pnor_defconfig             |  2 +-
 configs/spear600_defconfig                         |  2 +-
 configs/spear600_nand_defconfig                    |  2 +-
 configs/spear600_usbtty_defconfig                  |  2 +-
 configs/spear600_usbtty_nand_defconfig             |  2 +-
 configs/stamp9g20_defconfig                        |  1 +
 configs/stm32f429-discovery_defconfig              |  1 +
 configs/stv0991_defconfig                          |  2 +-
 configs/stxgp3_defconfig                           |  1 +
 configs/stxssa_4M_defconfig                        |  1 +
 configs/stxssa_defconfig                           |  1 +
 configs/sunxi_Gemei_G9_defconfig                   |  2 ++
 configs/suvd3_defconfig                            |  2 ++
 configs/sycamore_defconfig                         |  2 ++
 configs/t3corp_defconfig                           |  3 +-
 configs/taihu_defconfig                            |  3 +-
 configs/taishan_defconfig                          |  3 +-
 configs/tao3530_defconfig                          |  1 +
 configs/taurus_defconfig                           |  1 +
 configs/tb100_defconfig                            |  2 +-
 configs/tbs2910_defconfig                          |  2 ++
 configs/tcm-bf518_defconfig                        |  2 +-
 configs/tcm-bf537_defconfig                        |  2 +-
 configs/tec-ng_defconfig                           |  1 +
 configs/tec_defconfig                              |  1 +
 configs/ti814x_evm_defconfig                       |  1 +
 configs/ti816x_evm_defconfig                       |  1 +
 configs/titanium_defconfig                         |  1 +
 configs/tk71_defconfig                             |  1 +
 configs/tqma6q_mba6_mmc_defconfig                  |  2 ++
 configs/tqma6q_mba6_spi_defconfig                  |  2 ++
 configs/tqma6s_mba6_mmc_defconfig                  |  2 ++
 configs/tqma6s_mba6_spi_defconfig                  |  2 ++
 configs/trats2_defconfig                           |  3 +-
 configs/trats_defconfig                            |  1 +
 configs/trimslice_defconfig                        |  1 +
 configs/trizepsiv_defconfig                        |  1 +
 configs/tseries_mmc_defconfig                      |  1 +
 configs/tseries_nand_defconfig                     |  1 +
 configs/tseries_spi_defconfig                      |  1 +
 configs/tt01_defconfig                             |  1 +
 configs/tuge1_defconfig                            |  2 ++
 configs/tuxx1_defconfig                            |  2 ++
 configs/twister_defconfig                          |  1 +
 configs/tx25_defconfig                             |  1 +
 configs/udoo_quad_defconfig                        |  2 ++
 configs/usb_a9263_dataflash_defconfig              |  1 +
 configs/usbarmory_defconfig                        |  1 +
 configs/v38b_defconfig                             |  1 +
 configs/vct_platinum_defconfig                     |  1 +
 configs/vct_platinum_onenand_defconfig             |  1 +
 configs/vct_premium_defconfig                      |  1 +
 configs/vct_premium_onenand_defconfig              |  1 +
 configs/ve8313_defconfig                           |  1 +
 configs/venice2_defconfig                          |  1 +
 configs/ventana_defconfig                          |  1 +
 configs/versatileab_defconfig                      |  1 +
 configs/versatilepb_defconfig                      |  1 +
 configs/versatileqemu_defconfig                    |  1 +
 configs/vexpress_aemv8a_juno_defconfig             |  1 +
 configs/vexpress_aemv8a_semi_defconfig             |  1 +
 configs/vexpress_ca15_tc2_defconfig                |  1 +
 configs/vexpress_ca5x2_defconfig                   |  1 +
 configs/vexpress_ca9x4_defconfig                   |  1 +
 configs/vf610twr_defconfig                         |  1 +
 configs/vf610twr_nand_defconfig                    |  1 +
 configs/vision2_defconfig                          |  1 +
 configs/vl_ma2sc_defconfig                         |  1 +
 configs/vl_ma2sc_ram_defconfig                     |  1 +
 configs/vme8349_defconfig                          |  1 +
 configs/vpac270_nor_128_defconfig                  |  1 +
 configs/vpac270_nor_256_defconfig                  |  1 +
 configs/vpac270_ond_256_defconfig                  |  1 +
 configs/walnut_defconfig                           |  3 +-
 configs/wandboard_defconfig                        |  6 ++--
 configs/whistler_defconfig                         |  1 +
 configs/wireless_space_defconfig                   |  1 +
 configs/woodburn_defconfig                         |  1 +
 configs/woodburn_sd_defconfig                      |  1 +
 configs/work_92105_defconfig                       |  1 +
 configs/wtk_defconfig                              |  1 +
 configs/x600_defconfig                             |  2 +-
 configs/xaeniax_defconfig                          |  1 +
 configs/xfi3_defconfig                             |  1 +
 configs/xpedite1000_defconfig                      |  1 +
 configs/xpedite517x_defconfig                      |  1 +
 configs/xpedite520x_defconfig                      |  1 +
 configs/xpedite537x_defconfig                      |  1 +
 configs/xpedite550x_defconfig                      |  1 +
 configs/yellowstone_defconfig                      |  2 ++
 configs/yosemite_defconfig                         |  3 +-
 configs/yucca_defconfig                            |  3 +-
 configs/zeus_defconfig                             |  1 +
 configs/zmx25_defconfig                            |  1 +
 configs/zynq_microzed_defconfig                    |  1 +
 configs/zynq_picozed_defconfig                     |  1 +
 configs/zynq_zc702_defconfig                       |  1 +
 configs/zynq_zc706_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 +
 include/config_cmd_all.h                           |  2 --
 include/config_cmd_default.h                       |  1 -
 include/config_distro_defaults.h                   |  1 -
 include/configs/B4860QDS.h                         |  2 --
 include/configs/BSC9131RDB.h                       |  1 -
 include/configs/BSC9132QDS.h                       |  2 --
 include/configs/C29XPCIE.h                         |  2 --
 include/configs/CPCI2DP.h                          |  1 -
 include/configs/M5208EVBE.h                        |  1 -
 include/configs/M52277EVB.h                        |  1 -
 include/configs/M5235EVB.h                         |  1 -
 include/configs/M5249EVB.h                         |  1 -
 include/configs/M5253EVBE.h                        |  1 -
 include/configs/M5272C3.h                          |  1 -
 include/configs/M5275EVB.h                         |  1 -
 include/configs/M5282EVB.h                         |  1 -
 include/configs/M53017EVB.h                        |  1 -
 include/configs/M5329EVB.h                         |  1 -
 include/configs/M5373EVB.h                         |  1 -
 include/configs/M54418TWR.h                        |  1 -
 include/configs/M54451EVB.h                        |  1 -
 include/configs/M54455EVB.h                        |  1 -
 include/configs/M5475EVB.h                         |  1 -
 include/configs/M5485EVB.h                         |  1 -
 include/configs/MPC8308RDB.h                       |  1 -
 include/configs/MPC8349ITX.h                       |  1 -
 include/configs/MPC8536DS.h                        |  2 --
 include/configs/MPC8540ADS.h                       |  1 -
 include/configs/MPC8541CDS.h                       |  1 -
 include/configs/MPC8544DS.h                        |  2 --
 include/configs/MPC8548CDS.h                       |  1 -
 include/configs/MPC8555CDS.h                       |  1 -
 include/configs/MPC8560ADS.h                       |  1 -
 include/configs/MPC8568MDS.h                       |  1 -
 include/configs/MPC8569MDS.h                       |  1 -
 include/configs/MPC8572DS.h                        |  2 --
 include/configs/MPC8610HPCD.h                      |  1 -
 include/configs/MigoR.h                            |  1 -
 include/configs/P1010RDB.h                         |  2 --
 include/configs/P1022DS.h                          |  2 --
 include/configs/P1023RDB.h                         |  2 --
 include/configs/P2041RDB.h                         |  2 --
 include/configs/PMC440.h                           |  1 -
 include/configs/T102xQDS.h                         |  2 --
 include/configs/T102xRDB.h                         |  2 --
 include/configs/T1040QDS.h                         |  2 --
 include/configs/T104xRDB.h                         |  2 --
 include/configs/T208xQDS.h                         |  2 --
 include/configs/T208xRDB.h                         |  2 --
 include/configs/T4240RDB.h                         |  2 --
 include/configs/UCP1020.h                          |  2 --
 include/configs/a3m071.h                           |  1 -
 include/configs/alpr.h                             |  1 -
 include/configs/am3517_crane.h                     |  1 -
 include/configs/am43xx_evm.h                       |  1 -
 include/configs/amcc-common.h                      |  2 --
 include/configs/amcore.h                           |  1 -
 include/configs/ap325rxa.h                         |  1 -
 include/configs/ap_sh4a_4a.h                       |  1 -
 include/configs/apalis_t30.h                       |  2 --
 include/configs/apf27.h                            |  1 -
 include/configs/apx4devkit.h                       |  1 -
 include/configs/aristainetos-common.h              |  2 --
 include/configs/armadillo-800eva.h                 |  1 -
 include/configs/aspenite.h                         |  1 -
 include/configs/astro_mcf5373l.h                   |  1 -
 include/configs/at91-sama5_common.h                |  1 -
 include/configs/at91sam9rlek.h                     |  1 -
 include/configs/atstk1003.h                        |  1 -
 include/configs/atstk1004.h                        |  1 -
 include/configs/balloon3.h                         |  1 -
 include/configs/bcm28155_ap.h                      |  1 -
 include/configs/bct-brettl2.h                      |  1 -
 include/configs/beagle_x15.h                       |  1 -
 include/configs/beaver.h                           |  1 -
 include/configs/bf518f-ezbrd.h                     |  1 -
 include/configs/bf525-ucr2.h                       |  1 -
 include/configs/bf526-ezbrd.h                      |  1 -
 include/configs/bf527-ezkit.h                      |  1 -
 include/configs/bf537-minotaur.h                   |  2 --
 include/configs/bf537-pnav.h                       |  1 -
 include/configs/bf537-srv1.h                       |  2 --
 include/configs/bf537-stamp.h                      |  1 -
 include/configs/bf561-acvilon.h                    |  1 -
 include/configs/bf609-ezkit.h                      |  1 -
 include/configs/bfin_adi_common.h                  |  2 --
 include/configs/bg0900.h                           |  2 --
 include/configs/blackstamp.h                       |  1 -
 include/configs/bur_am335x_common.h                |  1 -
 include/configs/calimain.h                         |  1 -
 include/configs/cardhu.h                           |  1 -
 include/configs/cm-bf527.h                         |  1 -
 include/configs/cm-bf537e.h                        |  1 -
 include/configs/cm-bf537u.h                        |  1 -
 include/configs/cm_t54.h                           |  1 -
 include/configs/cmi_mpc5xx.h                       |  1 -
 include/configs/colibri_pxa270.h                   |  1 -
 include/configs/colibri_t20.h                      |  2 --
 include/configs/colibri_t30.h                      |  2 --
 include/configs/colibri_vf.h                       |  1 -
 include/configs/controlcenterd.h                   |  2 --
 include/configs/corenet_ds.h                       |  2 --
 include/configs/da830evm.h                         |  1 -
 include/configs/da850evm.h                         |  1 -
 include/configs/dalmore.h                          |  1 -
 include/configs/davinci_dm6467evm.h                |  1 -
 include/configs/dbau1x00.h                         |  1 -
 include/configs/dig297.h                           |  1 -
 include/configs/dnp5370.h                          |  2 --
 include/configs/dra7xx_evm.h                       |  1 -
 include/configs/duovero.h                          |  1 -
 include/configs/ea20.h                             |  1 -
 include/configs/eb_cpu5282.h                       |  1 -
 include/configs/ecovec.h                           |  1 -
 include/configs/embestmx6boards.h                  |  1 -
 include/configs/enbw_cmc.h                         |  1 -
 include/configs/espt.h                             |  1 -
 include/configs/ethernut5.h                        |  1 -
 include/configs/exynos4-common.h                   |  2 --
 include/configs/flea3.h                            |  1 -
 include/configs/fx12mm.h                           |  1 -
 include/configs/gr_ep2s60.h                        |  1 +
 include/configs/grsim.h                            |  1 -
 include/configs/gw_ventana.h                       |  2 --
 include/configs/h2200.h                            |  1 -
 include/configs/harmony.h                          |  1 -
 include/configs/hrcon.h                            |  1 -
 include/configs/ip04.h                             |  1 -
 include/configs/ipam390.h                          |  1 -
 include/configs/jetson-tk1.h                       |  1 -
 include/configs/jornada.h                          |  1 -
 include/configs/km/keymile-common.h                |  1 -
 include/configs/km/kmp204x-common.h                |  1 -
 include/configs/lp8x4x.h                           |  1 -
 include/configs/ls1021aqds.h                       |  2 --
 include/configs/ls1021atwr.h                       |  2 --
 include/configs/ls2085a_common.h                   |  1 -
 include/configs/ls2085aqds.h                       |  1 -
 include/configs/ls2085ardb.h                       |  1 -
 include/configs/lsxl.h                             |  1 -
 include/configs/lwmon5.h                           |  1 -
 include/configs/m28evk.h                           |  2 --
 include/configs/m53evk.h                           |  2 --
 include/configs/mcx.h                              |  1 -
 include/configs/medcom-wide.h                      |  1 -
 include/configs/microblaze-generic.h               |  1 -
 include/configs/mimc200.h                          |  1 -
 include/configs/motionpro.h                        |  1 -
 include/configs/mpc8308_p1m.h                      |  1 -
 include/configs/ms7722se.h                         |  1 -
 include/configs/munices.h                          |  1 -
 include/configs/mx23_olinuxino.h                   |  1 -
 include/configs/mx23evk.h                          |  1 -
 include/configs/mx25pdk.h                          |  2 --
 include/configs/mx28evk.h                          |  2 --
 include/configs/mx35pdk.h                          |  1 -
 include/configs/mx51_efikamx.h                     |  1 -
 include/configs/mx51evk.h                          |  1 -
 include/configs/mx53ard.h                          |  2 --
 include/configs/mx53evk.h                          |  1 -
 include/configs/mx53loco.h                         |  1 -
 include/configs/mx53smd.h                          |  1 -
 include/configs/mx6cuboxi.h                        |  2 --
 include/configs/mx6qarm2.h                         |  1 -
 include/configs/mx6sabre_common.h                  |  2 --
 include/configs/mx6slevk.h                         |  1 -
 include/configs/mx6sxsabresd.h                     |  1 -
 include/configs/nhk8815.h                          |  1 -
 include/configs/nitrogen6x.h                       |  2 --
 include/configs/nokia_rx51.h                       |  1 -
 include/configs/novena.h                           |  2 --
 include/configs/nyan-big.h                         |  1 -
 include/configs/odroid.h                           |  1 -
 include/configs/omap3_beagle.h                     |  1 -
 include/configs/omap3_cairo.h                      |  2 --
 include/configs/omap3_evm_quick_mmc.h              |  1 -
 include/configs/omap3_evm_quick_nand.h             |  1 -
 include/configs/omap3_igep00x0.h                   |  1 -
 include/configs/omap3_logic.h                      |  2 --
 include/configs/omap3_mvblx.h                      |  1 -
 include/configs/omap3_pandora.h                    |  1 -
 include/configs/omap3_sdp3430.h                    |  1 -
 include/configs/omap3_zoom1.h                      |  1 -
 include/configs/omap4_panda.h                      |  1 -
 include/configs/omap5_uevm.h                       |  1 -
 include/configs/omapl138_lcdk.h                    |  1 -
 include/configs/origen.h                           |  1 -
 include/configs/ot1200.h                           |  2 --
 include/configs/p1_p2_rdb_pc.h                     |  2 --
 include/configs/p1_twr.h                           |  2 --
 include/configs/p3p440.h                           |  1 -
 include/configs/palmld.h                           |  1 -
 include/configs/palmtc.h                           |  1 -
 include/configs/palmtreo680.h                      |  1 -
 include/configs/paz00.h                            |  1 -
 include/configs/pcs440ep.h                         |  1 -
 include/configs/platinum.h                         |  1 -
 include/configs/plutux.h                           |  1 -
 include/configs/qemu-ppce500.h                     |  2 --
 include/configs/qong.h                             |  2 --
 include/configs/r0p7734.h                          |  1 -
 include/configs/r2dplus.h                          |  1 -
 include/configs/r7780mp.h                          |  1 -
 include/configs/rcar-gen2-common.h                 |  1 -
 include/configs/rsk7203.h                          |  1 -
 include/configs/s5p_goni.h                         |  1 -
 include/configs/sc_sps_1.h                         |  2 --
 include/configs/scb9328.h                          |  1 -
 include/configs/seaboard.h                         |  1 -
 include/configs/secomx6quq7.h                      |  2 --
 include/configs/sh7752evb.h                        |  1 -
 include/configs/sh7753evb.h                        |  1 -
 include/configs/sh7757lcr.h                        |  1 -
 include/configs/sh7763rdp.h                        |  1 -
 include/configs/sh7785lcr.h                        |  1 -
 include/configs/shmin.h                            |  1 -
 include/configs/siemens-am33x-common.h             |  1 -
 include/configs/smdkv310.h                         |  1 -
 include/configs/socfpga_arria5.h                   |  2 --
 include/configs/socfpga_cyclone5.h                 |  2 --
 include/configs/spear-common.h                     |  1 -
 include/configs/stamp9g20.h                        |  1 -
 include/configs/stv0991.h                          |  1 -
 include/configs/sunxi-common.h                     |  1 -
 include/configs/t4qds.h                            |  2 --
 include/configs/tam3517-common.h                   |  1 -
 include/configs/tbs2910.h                          |  2 --
 include/configs/tcm-bf518.h                        |  1 -
 include/configs/tcm-bf537.h                        |  1 -
 include/configs/tec-ng.h                           |  1 -
 include/configs/tec.h                              |  1 -
 include/configs/tegra-common.h                     |  1 -
 include/configs/ti814x_evm.h                       |  1 -
 include/configs/ti_am335x_common.h                 |  1 -
 include/configs/ti_omap4_common.h                  |  1 -
 include/configs/ti_omap5_common.h                  |  1 -
 include/configs/titanium.h                         |  1 -
 include/configs/tqma6.h                            |  2 --
 include/configs/tricorder.h                        |  1 -
 include/configs/trimslice.h                        |  1 -
 include/configs/tx25.h                             |  1 -
 include/configs/udoo.h                             |  2 --
 include/configs/vct.h                              |  2 --
 include/configs/venice2.h                          |  1 -
 include/configs/ventana.h                          |  1 -
 include/configs/versatile.h                        |  1 -
 include/configs/vexpress_aemv8a.h                  |  1 -
 include/configs/vexpress_common.h                  |  1 -
 include/configs/vf610twr.h                         |  1 -
 include/configs/vision2.h                          |  1 -
 include/configs/vpac270.h                          |  1 -
 include/configs/wandboard.h                        |  2 --
 include/configs/warp.h                             |  1 -
 include/configs/whistler.h                         |  1 -
 include/configs/woodburn_common.h                  |  1 -
 include/configs/x600.h                             |  1 -
 include/configs/x86-common.h                       |  1 -
 include/configs/xilinx-ppc.h                       |  1 -
 include/configs/xpedite1000.h                      |  1 -
 include/configs/xpedite517x.h                      |  1 -
 include/configs/xpedite520x.h                      |  1 -
 include/configs/xpedite537x.h                      |  1 -
 include/configs/xpedite550x.h                      |  1 -
 include/configs/zeus.h                             |  1 -
 include/configs/zipitz2.h                          |  1 -
 include/configs/zmx25.h                            |  1 -
 lib/Kconfig                                        |  3 ++
 net/Kconfig                                        |  1 +
 1290 files changed, 1462 insertions(+), 437 deletions(-)

             reply	other threads:[~2015-06-01 18:24 UTC|newest]

Thread overview: 176+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-01 18:24 Joe Hershberger [this message]
2015-06-02 12:55 ` [U-Boot] Pull request: u-boot-net.git master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-09-04 16:42 Joe Hershberger
2019-09-05 13:24 ` Tom Rini
2019-07-25 18:38 Joe Hershberger
2019-07-26 19:37 ` Tom Rini
2019-07-26 19:39   ` Joe Hershberger
2019-07-18 21:38 Joe Hershberger
2019-07-23 13:46 ` Tom Rini
2019-07-15 22:49 Joe Hershberger
2019-07-16 14:57 ` Tom Rini
2019-06-01 23:10 Joe Hershberger
2019-06-02 20:03 ` Tom Rini
2019-05-14 19:57 Joe Hershberger
2019-05-15 17:42 ` Tom Rini
2019-05-08 22:30 Joe Hershberger
2019-05-09 22:25 ` Tom Rini
2019-05-07 22:09 Joe Hershberger
2019-05-08 22:24 ` Joe Hershberger
2019-05-08 22:37   ` Tom Rini
2019-05-08 22:40   ` [U-Boot] [EXT] " Vladimir Oltean
2019-05-08 22:42     ` Tom Rini
2019-05-08 22:45       ` [U-Boot] " Vladimir Oltean
2019-05-08 22:48         ` Tom Rini
2019-05-08 22:52           ` Vladimir Oltean
2019-05-08 22:54             ` Tom Rini
2019-05-08 23:05               ` Vladimir Oltean
2019-05-09  2:38                 ` Tom Rini
2019-05-09 12:51                 ` Vladimir Oltean
2019-05-10 21:50                   ` Joe Hershberger
2019-05-15 14:58                     ` Tom Rini
2019-07-25 22:40                       ` Vladimir Oltean
2019-07-25 23:12                         ` Tom Rini
2019-11-02 13:17                       ` Michael Walle
2019-11-02 14:12                         ` Tom Rini
2019-11-02 14:30                           ` Vladimir Oltean
2019-11-02 15:05                             ` Tom Rini
2019-11-03 15:22                               ` Michael Walle
2019-03-12 18:15 Joe Hershberger
2019-03-19 22:41 ` Tom Rini
2019-04-30 21:15   ` Joe Hershberger
2019-04-30 21:28     ` Tom Rini
2019-05-01  0:56       ` Joe Hershberger
2019-05-01  1:19         ` Tom Rini
2019-03-05 18:02 Joe Hershberger
2019-03-07 14:15 ` Tom Rini
2019-01-24 17:35 Joe Hershberger
2019-01-25 15:16 ` Tom Rini
2018-11-05 17:51 Joe Hershberger
2018-11-06  4:06 ` Tom Rini
2018-11-06 20:58   ` Joe Hershberger
2018-10-24 19:45 Joe Hershberger
2018-10-26 11:52 ` Tom Rini
2018-10-26 12:24   ` Stefano Babic
2018-10-26 12:40     ` Tom Rini
2018-10-26 13:04   ` Anatolij Gustschin
2018-10-26 14:46   ` York Sun
2018-10-26 16:45 ` Tom Rini
2018-10-11 19:23 Joe Hershberger
2018-10-12 15:52 ` Tom Rini
2018-07-26 19:12 Joe Hershberger
2018-07-27 17:09 ` Tom Rini
2018-07-02 19:49 Joe Hershberger
2018-07-02 19:57 ` Tom Rini
2018-07-02 20:09   ` Joe Hershberger
2018-07-03  3:24 ` Tom Rini
2018-06-13 19:00 Joe Hershberger
2018-06-14 15:36 ` Tom Rini
2018-04-15  4:18 Joe Hershberger
2018-04-15 17:52 ` Tom Rini
2018-03-22 20:39 Joe Hershberger
2018-03-23  1:21 ` Tom Rini
2018-02-27 17:17 Joe Hershberger
2018-02-28  3:41 ` Tom Rini
2018-01-15 18:06 Joe Hershberger
2018-01-16  2:25 ` Tom Rini
2018-01-17 18:46   ` Joe Hershberger
2018-01-03 21:32 Joe Hershberger
2018-01-04  1:09 ` Tom Rini
2018-01-04 17:56   ` Joe Hershberger
2018-01-09 18:06 ` Tom Rini
2018-01-15 18:10   ` Joe Hershberger
2018-01-15 18:13     ` Tom Rini
2018-01-15 18:15       ` Joe Hershberger
2018-01-15 18:22         ` Tom Rini
2018-01-15 18:23           ` Joe Hershberger
2017-09-07 18:29 Joe Hershberger
2017-09-08  0:02 ` Tom Rini
2017-08-14 17:48 Joe Hershberger
2017-08-15  0:03 ` Tom Rini
2017-08-07 20:30 Joe Hershberger
2017-08-08 21:03 ` Tom Rini
2017-06-02 19:45 Joe Hershberger
2017-06-04 17:11 ` Tom Rini
2017-03-27 16:50 Joe Hershberger
2017-04-04 19:59 ` Tom Rini
2017-03-07 20:01 Joe Hershberger
2017-03-08 17:48 ` Tom Rini
2017-02-09 16:25 Joe Hershberger
2017-02-09 19:50 ` Tom Rini
2016-12-08 16:37 Joe Hershberger
2016-12-09 12:12 ` Tom Rini
2016-12-09 16:22   ` Joe Hershberger
2016-12-09 17:43     ` Michal Simek
2016-12-09 18:35       ` Joe Hershberger
2016-12-09 19:09         ` Michal Simek
2016-12-09 19:52         ` Tom Rini
2016-11-07 17:29 Joe Hershberger
2016-11-08 20:52 ` Tom Rini
2016-10-13 17:34 Joe Hershberger
2016-10-13 22:45 ` Tom Rini
2016-09-09 18:52 Joe Hershberger
2016-09-09 19:53 ` Tom Rini
2016-08-23  2:26 Joe Hershberger
2016-08-24 15:32 ` Tom Rini
2016-08-15 20:30 Joe Hershberger
2016-08-16  1:09 ` Tom Rini
2016-08-15 20:20 Joe Hershberger
2016-08-15 20:26 ` Joe Hershberger
2016-07-06 15:46 Joe Hershberger
2016-07-08  2:50 ` Tom Rini
2016-06-21 22:04 Joe Hershberger
2016-06-22 14:38 ` Tom Rini
2016-05-24 16:50 Joe Hershberger
2016-05-24 23:18 ` Tom Rini
2016-05-03 22:58 Joe Hershberger
2016-05-04  1:35 ` Tom Rini
2016-05-03 20:01 Joe Hershberger
2016-05-03 21:34 ` Tom Rini
2016-05-03 21:49   ` Joe Hershberger
2016-02-26 19:42 Joe Hershberger
2016-02-28  1:19 ` Tom Rini
2016-02-18 17:39 Joe Hershberger
2016-02-20  0:54 ` Tom Rini
2016-01-28 23:32 Joe Hershberger
2016-02-09 17:01 ` Tom Rini
2015-10-29 19:34 Joe Hershberger
2015-10-30  2:09 ` Tom Rini
2015-09-30 17:23 Joe Hershberger
2015-10-03  0:35 ` Tom Rini
2015-08-21 21:48 Joe Hershberger
2015-08-24 13:44 ` Tom Rini
2015-08-12 19:37 Joe Hershberger
2015-08-13 13:16 ` Tom Rini
2015-05-26 17:24 Joe Hershberger
2015-05-27  2:02 ` Tom Rini
2015-05-27 16:17   ` Joe Hershberger
2015-05-19 18:56 Joe Hershberger
2015-05-20 11:28 ` Tom Rini
2015-05-20 17:11   ` Joe Hershberger
2015-05-21 13:09     ` Tom Rini
2015-05-21 13:50       ` Joe Hershberger
2015-04-20 23:08 Joe Hershberger
2015-04-21 14:06 ` Tom Rini
2015-01-30 22:01 Joe Hershberger
2015-02-02 18:59 ` Tom Rini
2014-01-14 19:12 Joe Hershberger
2014-01-14 21:01 ` Tom Rini
2013-11-22 23:08 Joe Hershberger
2013-11-25 21:56 ` Tom Rini
2013-08-19 17:39 Joe Hershberger
2013-08-19 21:59 ` Tom Rini
2013-06-25  0:21 Joe Hershberger
2013-06-25 14:55 ` Tom Rini
2012-12-15 18:41 Joe Hershberger
2012-12-18 19:59 ` Tom Rini
2012-12-11 19:38 Joe Hershberger
2012-12-11 23:47 ` Langer Thomas
2012-12-12  3:42   ` Joe Hershberger
2012-12-12 13:16     ` Tom Rini
2012-09-27 17:38 Joe Hershberger
2012-09-27 20:05 ` Tom Rini
2012-07-24 19:19 Joe Hershberger
2012-07-26  8:57 ` Wolfgang Denk
2012-07-19 16:54 Joe Hershberger
2012-07-20  6:57 ` Wolfgang Denk
2012-05-23 19:36 Joe Hershberger
2012-05-24 19:24 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANr=Z=ZYuXeRtaBxubOus9NU=a=kPk54OXZw9GABJgcV8LbkFg@mail.gmail.com' \
    --to=joe.hershberger@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.