From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 13 Jun 2017 20:38:04 +0000 Subject: [U-Boot] [PATCH 1/2] armv8: ls1046a: move CONFIG_CMD_USB to defconfig References: <1496305092-36927-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/01/2017 01:34 AM, Gong Qianyu wrote: > Move the macro to defconfig to take effect globally. > > Signed-off-by: Gong Qianyu > --- > 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