mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
common: do not compile common fastboot code when building the SPL
This is not required as fastboot can't be started from SPL. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
committed by
Jaehoon Chung
parent
dc80373299
commit
d0e443786c
@@ -109,6 +109,7 @@ obj-$(CONFIG_IO_TRACE) += iotrace.o
|
|||||||
obj-y += memsize.o
|
obj-y += memsize.o
|
||||||
obj-y += stdio.o
|
obj-y += stdio.o
|
||||||
|
|
||||||
|
ifndef CONFIG_SPL_BUILD
|
||||||
# This option is not just y/n - it can have a numeric value
|
# This option is not just y/n - it can have a numeric value
|
||||||
ifdef CONFIG_FASTBOOT_FLASH
|
ifdef CONFIG_FASTBOOT_FLASH
|
||||||
obj-y += image-sparse.o
|
obj-y += image-sparse.o
|
||||||
@@ -119,6 +120,7 @@ ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV
|
|||||||
obj-y += fb_nand.o
|
obj-y += fb_nand.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_CMD_EEPROM_LAYOUT
|
ifdef CONFIG_CMD_EEPROM_LAYOUT
|
||||||
obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o
|
obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o
|
||||||
|
Reference in New Issue
Block a user