Re: [U-Boot] [PATCH v2 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DISK is defined

2016-02-16 Thread Simon Glass
On 3 February 2016 at 04:59, Mugunthan V N wrote: > Compile out sata init/reset apis as this will be implemented in > disk-uclass driver to initialize sata devices. > > Signed-off-by: Mugunthan V N > --- > arch/arm/cpu/armv7/omap-common/sata.c | 2 ++ >

[U-Boot] [PATCH v2 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DISK is defined

2016-02-03 Thread Mugunthan V N
Compile out sata init/reset apis as this will be implemented in disk-uclass driver to initialize sata devices. Signed-off-by: Mugunthan V N --- arch/arm/cpu/armv7/omap-common/sata.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/armv7/omap-common/sata.c