Re: [U-Boot] [PATCH 1/4] armv7: fsl: remove sata support

2018-09-28 Thread York Sun
On 07/31/2018 11:18 PM, Peng Ma wrote: > Remove the old implementation in order to enable DM for sata > > Signed-off-by: Peng Ma > --- This patch set has been applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boo

[U-Boot] [PATCH 1/4] armv7: fsl: remove sata support

2018-07-31 Thread Peng Ma
Remove the old implementation in order to enable DM for sata Signed-off-by: Peng Ma --- arch/arm/cpu/armv7/ls102xa/Makefile |1 - arch/arm/cpu/armv7/ls102xa/ls102xa_sata.c | 41 - arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 27 ---