projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc80373
)
common: do not compile common fastboot code when building the SPL
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Thu, 4 Jan 2018 14:23:28 +0000
(15:23 +0100)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:23 +0000
(18:11 +0900)
This is not required as fastboot can't be started from SPL.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
common/Makefile
patch
|
blob
|
history
diff --git
a/common/Makefile
b/common/Makefile
index 14166209fe4c5d7202f00eeb6a1936da1a78478b..c7bde239c1e509fd86c6d700a30d9bb0b8251ccf 100644
(file)
--- a/
common/Makefile
+++ b/
common/Makefile
@@
-109,6
+109,7
@@
obj-$(CONFIG_IO_TRACE) += iotrace.o
obj-y += memsize.o
obj-y += stdio.o
+ifndef CONFIG_SPL_BUILD
# This option is not just y/n - it can have a numeric value
ifdef CONFIG_FASTBOOT_FLASH
obj-y += image-sparse.o
@@
-119,6
+120,7
@@
ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV
obj-y += fb_nand.o
endif
endif
+endif
ifdef CONFIG_CMD_EEPROM_LAYOUT
obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o