projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db35723
)
x86: ivybridge: Skip SATA init in SPL
author
Simon Glass
<sjg@chromium.org>
Mon, 16 Jan 2017 14:04:07 +0000
(07:04 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000
(11:38 +0800)
This doesn't work at present. Disable it for now.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/ivybridge/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/ivybridge/Makefile
b/arch/x86/cpu/ivybridge/Makefile
index d13d0d3f694d9739d035b00f62fac9cb512adf59..1a526c8f0f56107e4147d14a06178922e84859a9 100644
(file)
--- 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