[U-Boot] [PATCH 1/2] armv8: ls1046a: move CONFIG_CMD_USB to defconfig
York Sun
york.sun at nxp.com
Tue Jun 13 20:38:04 UTC 2017
On 06/01/2017 01:34 AM, Gong Qianyu wrote:
> Move the macro to defconfig to take effect globally.
>
> Signed-off-by: Gong Qianyu <Qianyu.Gong at nxp.com>
> ---
> configs/ls1046aqds_SECURE_BOOT_defconfig | 1 +
> configs/ls1046aqds_defconfig | 1 +
> configs/ls1046aqds_lpuart_defconfig | 1 +
> configs/ls1046aqds_nand_defconfig | 1 +
> configs/ls1046aqds_qspi_defconfig | 1 +
> configs/ls1046aqds_sdcard_ifc_defconfig | 1 +
> configs/ls1046aqds_sdcard_qspi_defconfig | 1 +
> configs/ls1046ardb_emmc_defconfig | 1 +
> configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 1 +
> configs/ls1046ardb_qspi_defconfig | 1 +
> configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 +
> configs/ls1046ardb_sdcard_defconfig | 1 +
> include/configs/ls1046aqds.h | 1 -
> include/configs/ls1046ardb.h | 1 -
> 14 files changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/configs/ls1046aqds_SECURE_BOOT_defconfig b/configs/ls1046aqds_SECURE_BOOT_defconfig
> index cead5af..e335c71 100644
> --- a/configs/ls1046aqds_SECURE_BOOT_defconfig
> +++ b/configs/ls1046aqds_SECURE_BOOT_defconfig
> @@ -15,6 +15,7 @@ CONFIG_CMD_GPT=y
> CONFIG_CMD_MMC=y
> CONFIG_CMD_SF=y
> CONFIG_CMD_I2C=y
> +CONFIG_CMD_USB=y
> CONFIG_CMD_DHCP=y
> CONFIG_CMD_MII=y
> CONFIG_CMD_PING=y
Please keep the options in alphabet order.
York
More information about the U-Boot
mailing list