]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
MMCSD : App image gen fix
authorsujith <sujith.s@ti.com>
Thu, 17 Jun 2021 07:52:03 +0000 (13:22 +0530)
committersujith <sujith.s@ti.com>
Thu, 17 Jun 2021 07:53:07 +0000 (13:23 +0530)
Signed-off-by: sujith <sujith.s@ti.com>
packages/ti/drv/mmcsd/mmcsd_component.mk

index 8943e61e7d17d34cc30d56523483f9995b6c7d23..5181bb072914390649276f8d7bdaf92cdb211550 100644 (file)
@@ -284,8 +284,7 @@ define MMCSD_TestApp_RULE
     endif
 
     ifeq ($(SOC),$(filter $(SOC), am65xx j721e j7200 am64x))
-        MMCSD_TestApp_$(1)_$(SOC)_SBL_APPIMAGEGEN = yes
-        export MMCSD_TestApp_$(1)_$(SOC)_SBL_APPIMAGEGEN
+        export MMCSD_TestApp_$(1)_SBL_APPIMAGEGEN = yes
     endif
 
     ifneq ($(1),$(filter $(1), safertos))