[U-Boot] [PATCH 09/13] cmd: fastboot: Rework fastboot dependency

Simon Glass sjg at chromium.org
Tue Sep 12 12:28:31 UTC 2017


On 8 September 2017 at 11:34, Maxime Ripard
<maxime.ripard at free-electrons.com> wrote:
> Fastboot need a bunch of options to be operating properly, such as the
> g_dnl gadget, the fastboot command, and some options that make sense. Since
> fastboot is now part of Kconfig, make sure we have them right.
>
> That will also reduce the boilerplate in the defconfigs.
>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
>  arch/arm/Kconfig                               | 2 --
>  cmd/fastboot/Kconfig                           | 4 ++++
>  configs/A13-OLinuXino_defconfig                | 1 -
>  configs/A20-OLinuXino-Lime2-eMMC_defconfig     | 1 -
>  configs/A20-OLinuXino-Lime2_defconfig          | 1 -
>  configs/CHIP_defconfig                         | 1 -
>  configs/CHIP_pro_defconfig                     | 1 -
>  configs/Cubietruck_defconfig                   | 1 -
>  configs/Nintendo_NES_Classic_Edition_defconfig | 1 -
>  configs/Sinlinx_SinA33_defconfig               | 1 -
>  configs/am335x_boneblack_defconfig             | 2 --
>  configs/am335x_boneblack_vboot_defconfig       | 2 --
>  configs/am335x_evm_defconfig                   | 2 --
>  configs/am335x_evm_nor_defconfig               | 2 --
>  configs/am335x_evm_norboot_defconfig           | 2 --
>  configs/am335x_evm_spiboot_defconfig           | 2 --
>  configs/am335x_evm_usbspl_defconfig            | 2 --
>  configs/am57xx_evm_defconfig                   | 2 --
>  configs/am57xx_evm_nodt_defconfig              | 3 ---
>  configs/am57xx_hs_evm_defconfig                | 2 --
>  configs/bcm23550_w1d_defconfig                 | 3 ---
>  configs/bcm28155_ap_defconfig                  | 3 ---
>  configs/birdland_bav335a_defconfig             | 3 ---
>  configs/birdland_bav335b_defconfig             | 3 ---
>  configs/cgtqmx6eval_defconfig                  | 3 ---
>  configs/chromebit_mickey_defconfig             | 1 -
>  configs/chromebook_jerry_defconfig             | 1 -
>  configs/chromebook_minnie_defconfig            | 1 -
>  configs/dra7xx_evm_defconfig                   | 2 --
>  configs/dra7xx_hs_evm_defconfig                | 2 --
>  configs/evb-rk3036_defconfig                   | 1 -
>  configs/evb-rk3229_defconfig                   | 1 -
>  configs/evb-rk3288_defconfig                   | 1 -
>  configs/fennec-rk3288_defconfig                | 1 -
>  configs/firefly-rk3288_defconfig               | 1 -
>  configs/kc1_defconfig                          | 3 ---
>  configs/kylin-rk3036_defconfig                 | 1 -
>  configs/miqi-rk3288_defconfig                  | 1 -
>  configs/mx6qsabrelite_defconfig                | 3 ---
>  configs/nitrogen6dl2g_defconfig                | 3 ---
>  configs/nitrogen6dl_defconfig                  | 3 ---
>  configs/nitrogen6q2g_defconfig                 | 3 ---
>  configs/nitrogen6q_defconfig                   | 3 ---
>  configs/nitrogen6s1g_defconfig                 | 3 ---
>  configs/nitrogen6s_defconfig                   | 3 ---
>  configs/omap3_beagle_defconfig                 | 3 ---
>  configs/omap3_logic_defconfig                  | 2 --
>  configs/parrot_r16_defconfig                   | 1 -
>  configs/phycore-rk3288_defconfig               | 1 -
>  configs/popmetal-rk3288_defconfig              | 1 -
>  configs/rock2_defconfig                        | 1 -
>  configs/sniper_defconfig                       | 3 ---
>  configs/tinker-rk3288_defconfig                | 1 -
>  53 files changed, 4 insertions(+), 97 deletions(-)

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


More information about the U-Boot mailing list