From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:19:11 -0700 Subject: [U-Boot] [PATCH] arm: ls1021a: Enable CONFIG_OF_LIBFDT and CONFIG_FIT in defconfig In-Reply-To: <1462337155-22282-1-git-send-email-b18965@freescale.com> References: <1462337155-22282-1-git-send-email-b18965@freescale.com> Message-ID: <57448D0F.3030709@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/03/2016 09:55 PM, Alison Wang wrote: > In defconfig, enable CONFIG_OF_LIBFDT to support booting DT linux kernel > and enable COFNIG_FIT to support FIT image. > > Signed-off-by: Alison Wang > --- > configs/ls1021aqds_ddr4_nor_defconfig | 3 +++ > configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 +++ > configs/ls1021aqds_nand_defconfig | 2 ++ > configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 2 ++ > configs/ls1021aqds_nor_defconfig | 3 +++ > configs/ls1021aqds_nor_lpuart_defconfig | 3 +++ > configs/ls1021aqds_qspi_defconfig | 3 +++ > configs/ls1021aqds_sdcard_ifc_defconfig | 3 +++ > configs/ls1021aqds_sdcard_qspi_defconfig | 3 +++ > configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 2 ++ > configs/ls1021atwr_nor_defconfig | 3 +++ > configs/ls1021atwr_nor_lpuart_defconfig | 3 +++ > configs/ls1021atwr_qspi_defconfig | 3 +++ > configs/ls1021atwr_sdcard_ifc_defconfig | 2 ++ > configs/ls1021atwr_sdcard_qspi_defconfig | 3 +++ > 15 files changed, 41 insertions(+) Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York