mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
x86: ivybridge: Skip SATA init in SPL
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>
This commit is contained in:
parent
db357236e3
commit
45cc9e4cc5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue