mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 05:24:12 +01:00
x86: ivybridge: Allow 32-bit init to move to SPL
Update the Makefile so that some 32-bit init can be built into SPL rather than U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
2eff989585
commit
987116f7f6
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@
|
|||
ifdef CONFIG_HAVE_FSP
|
||||
obj-y += fsp_configs.o ivybridge.o
|
||||
else
|
||||
obj-y += cpu.o
|
||||
obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += cpu.o
|
||||
obj-y += early_me.o
|
||||
obj-y += lpc.o
|
||||
obj-y += model_206ax.o
|
||||
obj-y += northbridge.o
|
||||
obj-y += sata.o
|
||||
obj-y += sdram.o
|
||||
obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += sdram.o
|
||||
endif
|
||||
obj-y += bd82x6x.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue