From: Simon Glass Date: Mon, 16 Jan 2017 14:04:07 +0000 (-0700) Subject: x86: ivybridge: Skip SATA init in SPL X-Git-Tag: v2017.03-rc2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45cc9e4cc5a967dba7a3e2592a1959231ee2a4d5;p=platform%2Fkernel%2Fu-boot.git x86: ivybridge: Skip SATA init in SPL This doesn't work at present. Disable it for now. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index d13d0d3..1a526c8 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile @@ -12,7 +12,9 @@ obj-y += early_me.o obj-y += lpc.o obj-y += model_206ax.o obj-y += northbridge.o +ifndef CONFIG_SPL_BUILD obj-y += sata.o +endif obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += sdram.o endif obj-y += bd82x6x.o