[U-Boot] [PATCH v2 43/63] x86: ivybridge: Skipt SATA init in SPL
Simon Glass
sjg at chromium.org
Sat Nov 19 21:25:32 CET 2016
This doesn't work at present. Disable it for now.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/x86/cpu/ivybridge/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index d13d0d3..1a526c8f 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
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list