* Remove arguments that were only required to embedded the sysfw into the R5 U-Boot image.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl index 7a0ec22..d1a5ed0 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl @@ -41,8 +41,6 @@ u-boot-r5: $(MAKE) -j $(MAKE_JOBS) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE_ARMV7) \ $(UBOOT_MACHINE_R5) O=$(UBOOT_R5_BUILD_DIR) $(MAKE) -j $(MAKE_JOBS) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE_ARMV7) \ - CONFIG_MKIMAGE_DTC_PATH=$(UBOOT_R5_BUILD_DIR)/scripts/dtc/dtc \ - SYSFW=$(UBOOT_SYSFW) \ O=$(UBOOT_R5_BUILD_DIR) u-boot-r5_clean: -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
