Message ID | 20230109160247.26719-1-c-shilwant@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,dunfell] ti-tisdk-makefile: k3: u-boot-spl: Remove UBOOT_SYSFW | expand |
On Mon, Jan 09, 2023 at 09:32:47PM +0530, Chirag Shilwant wrote: > Remove UBOOT_SYSFW as sysfw is no longer used in building u-boot-r5. What about AM65x and J721e? > Ref - dce21d6d3bd5b9014994a45c22b9ee8d13faa07b > > Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> > --- > .../ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl | 1 - > 1 file changed, 1 deletion(-) > > 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 f0bd16df..45ebce40 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 > @@ -9,7 +9,6 @@ UBOOT_R5_BUILD_DIR=$(TI_SDK_PATH)/board-support/u-boot_build/r5 > > UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/bl31.bin > UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/bl32.bin > -UBOOT_SYSFW=$(TI_SDK_PATH)/board-support/prebuilt-images/sysfw.bin > UBOOT_DMFW=$(TI_SDK_PATH)/board-support/prebuilt-images/ipc_echo_testb_mcu1_0_release_strip.xer5f > > u-boot: u-boot-a53 u-boot-r5 > -- > 2.17.1
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 f0bd16df..45ebce40 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 @@ -9,7 +9,6 @@ UBOOT_R5_BUILD_DIR=$(TI_SDK_PATH)/board-support/u-boot_build/r5 UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/bl31.bin UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/bl32.bin -UBOOT_SYSFW=$(TI_SDK_PATH)/board-support/prebuilt-images/sysfw.bin UBOOT_DMFW=$(TI_SDK_PATH)/board-support/prebuilt-images/ipc_echo_testb_mcu1_0_release_strip.xer5f u-boot: u-boot-a53 u-boot-r5
Remove UBOOT_SYSFW as sysfw is no longer used in building u-boot-r5. Ref - dce21d6d3bd5b9014994a45c22b9ee8d13faa07b Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> --- .../ti-tisdk-makefile/ti-tisdk-makefile/k3/Makefile_u-boot-spl | 1 - 1 file changed, 1 deletion(-)