diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | README | 5 | 
2 files changed, 6 insertions, 0 deletions
| @@ -407,6 +407,7 @@ ALL-y += $(obj)u-boot.srec $(obj)u-boot.bin $(obj)System.map  ALL-$(CONFIG_NAND_U_BOOT) += $(obj)u-boot-nand.bin  ALL-$(CONFIG_ONENAND_U_BOOT) += $(obj)u-boot-onenand.bin  ALL-$(CONFIG_SPL) += $(obj)spl/u-boot-spl.bin +ALL-$(CONFIG_SPL) += $(obj)$(subst ",,$(CONFIG_SPL_TARGET))  ALL-$(CONFIG_OF_SEPARATE) += $(obj)u-boot.dtb $(obj)u-boot-dtb.bin  # enable combined SPL/u-boot/dtb rules for tegra @@ -2746,6 +2746,11 @@ FIT uImage format:  		CONFIG_SPL_LIBGENERIC_SUPPORT  		Support for lib/libgeneric.o in SPL binary +		CONFIG_SPL_TARGET +		Final target image containing SPL and payload.  Some SPLs +		use an arch-specific makefile fragment instead, for +		example if more than one image needs to be produced. +  Modem Support:  -------------- |