From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenbin Song Date: Wed, 20 Jan 2016 04:29:58 +0000 Subject: [U-Boot] [PATCH 2/4] armv8/ls1043aqds: Add lpuart defconfig In-Reply-To: References: <1453186108-40278-1-git-send-email-wenbin.song@nxp.com> <1453186108-40278-2-git-send-email-wenbin.song@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 Hi: Bin, Could you tell me which tree your patches have been merged into ? Regards Wenbin Song -----Original Message----- From: Bin Meng [mailto:bmeng.cn at gmail.com] Sent: Tuesday, January 19, 2016 4:03 PM To: Wenbin Song Cc: York Sun ; Mingkai Hu ; Qianyu Gong ; Shaohui Xie ; U-Boot Mailing List Subject: Re: [U-Boot] [PATCH 2/4] armv8/ls1043aqds: Add lpuart defconfig Hi Wenbin, On Tue, Jan 19, 2016 at 2:48 PM, Wenbin Song wrote: > --- Please include a commit message and SoB here. > configs/ls1043aqds_lpuart_defconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 configs/ls1043aqds_lpuart_defconfig > > diff --git a/configs/ls1043aqds_lpuart_defconfig > b/configs/ls1043aqds_lpuart_defconfig > new file mode 100644 > index 0000000..ca06abe > --- /dev/null > +++ b/configs/ls1043aqds_lpuart_defconfig > @@ -0,0 +1,8 @@ > +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART" > +CONFIG_ARM=y > +CONFIG_TARGET_LS1043AQDS=y > +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds" > +CONFIG_OF_CONTROL=y > +CONFIG_DM=y > +CONFIG_SPI_FLASH=y > +CONFIG_DM_SPI=y > -- Please use the driver model LPUART driver in this series (http://patchwork.ozlabs.org/patch/567250/). Regards, Bin