[U-Boot] [PATCH 3/4] arm: ls1021atwr: enable DM support for sata
Peng Ma
peng.ma at nxp.com
Wed Aug 8 01:52:31 UTC 2018
Hi York,
This patch depend on https://patchwork.ozlabs.org/patch/941093/ , I forgot to write depend on. Could I add "depend on" in My patch at V3 or not?
Best regards
Peng Ma
-----Original Message-----
From: York Sun
Sent: 2018年8月8日 5:49
To: Peng Ma <peng.ma at nxp.com>
Cc: albert.u.boot at aribaud.net; feng.li_2 at nxp.com; Alison Wang <alison.wang at nxp.com>; sumit.garg at nxp.com; Sriram Dash <sriram.dash at nxp.com>; suresh.bhagat at nxp.com; Ran Wang <ran.wang_1 at nxp.com>; Rajesh Bhagat <rajesh.bhagat at nxp.com>; Ashish Kumar <ashish.kumar at nxp.com>; michal.simek at xilinx.com; sjg at chromium.org; Andy Tang <andy.tang at nxp.com>; u-boot at lists.denx.de
Subject: Re: [PATCH 3/4] arm: ls1021atwr: enable DM support for sata
On 07/31/2018 11:18 PM, Peng Ma wrote:
> Enable related configs to support sata DM feature.
>
> Signed-off-by: Peng Ma <peng.ma at nxp.com>
> ---
> configs/ls1021atwr_nor_defconfig | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/configs/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig
> index f4f7998..ffee644 100644
> --- a/configs/ls1021atwr_nor_defconfig
> +++ b/configs/ls1021atwr_nor_defconfig
> @@ -50,3 +50,8 @@ CONFIG_VIDEO=y
> # CONFIG_VIDEO_SW_CURSOR is not set
> CONFIG_BLK=y
> CONFIG_DM_MMC=y
> +CONFIG_DM_SCSI=y
> +CONFIG_SATA_CEVA=y
> +CONFIG_SCSI_AHCI=y
> +CONFIG_SCSI=y
> +CONFIG_AHCI=y
>
Peng,
Your code base has CONFIG_BLK=y but upstream code doesn't have it.
Please rebase your patches and verify before sending another version.
Thanks.
York
More information about the U-Boot
mailing list