
Hi York,
Sorry it is my fault. I resent this patch set with this issue fixed. I also found 1/4 patch can't be applied probably because the code base has changed. The new patch set I sent is based on the latest code. Please reapply them, thanks.
Regards, Andy
-----Original Message----- From: York Sun Sent: 2018年7月13日 6:02 To: Andy Tang andy.tang@nxp.com Cc: michal.simek@xilinx.com; albert.u.boot@aribaud.net; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Sumit Garg sumit.garg@nxp.com; sjg@chromium.org; Y.b. Lu yangbo.lu@nxp.com; Peng Ma peng.ma@nxp.com; u-boot@lists.denx.de Subject: Re: [PATCH 4/4 v2] arm64: ls1012a: enable DM support for sata
On 06/04/2018 02:13 AM, andy.tang@nxp.com wrote:
From: Yuantian Tang andy.tang@nxp.com
Enable related configs to support sata DM feature.
Signed-off-by: Tang Yuantian andy.tang@nxp.com
v2: - add 2g5rdb and qds board support
configs/ls1012a2g5rdb_qspi_defconfig | 6 +++++- configs/ls1012aqds_qspi_defconfig | 7 ++++++- configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 7 ++++++- configs/ls1012ardb_qspi_defconfig | 7 ++++++- 4 files changed, 23 insertions(+), 4 deletions(-)
Andy,
Does this set depend on something else? I got compiling error for all these four boards
../drivers/ata/sata_ceva.c:10:31: fatal error: asm/arch/hardware.h: No such file or directory
York