[U-Boot] [PATCH 63/82] x86: ivybridge: Skipt SATA init in SPL
Simon Glass
sjg at chromium.org
Mon Sep 26 05:34:06 CEST 2016
This doesn't work at present. Disable it for now.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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 96185d2..8bebcf8 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -13,7 +13,9 @@ obj-$(CONFIG_X86_32BIT_INIT) += gma.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