x86: Don't include the BIOS emulator in TPL
We don't generally have enough space to run this, so don't build it into TPL. This helps reduce the size of TPL. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
af801921af
commit
fb96deec50
@ -4,9 +4,11 @@
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
|
||||
ifndef CONFIG_X86_64
|
||||
ifndef CONFIG_TPL_BUILD
|
||||
obj-y += bios.o
|
||||
obj-y += bios_asm.o
|
||||
obj-y += bios_interrupts.o
|
||||
endif
|
||||
obj-y += string.o
|
||||
endif
|
||||
ifndef CONFIG_SPL_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user