]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
SBL: AM64x: Add library targets for mmcsd and ospi hlos
authorVishal Mahaveer <vishalm@ti.com>
Sat, 5 Dec 2020 05:44:57 +0000 (23:44 -0600)
committerSivaraj R <sivaraj@ti.com>
Sat, 5 Dec 2020 05:48:29 +0000 (23:48 -0600)
Libraries needed for mmcsd and ospi hlos were missed when adding
the examples. Fix the jenkins build issue by adding them.

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
packages/ti/boot/sbl/sbl_component.mk

index 4634637f9029c6d86a0007689debd6968f769c53..69db13797873734616855ab1f5003afbd9b6155d 100644 (file)
@@ -99,6 +99,7 @@ sbl_DISABLE_PARALLEL_MAKE = yes
 
 ifeq ($(SOC), am64x)
 sbl_LIB_LIST = sbl_lib_ospi_nondma sbl_lib_cust sbl_lib_mmcsd sbl_lib_uart
+sbl_LIB_LIST += sbl_lib_mmcsd_hlos sbl_lib_ospi_nondma_hlos
 else
   ifeq ($(SOC), j7200)
     sbl_LIB_LIST = sbl_lib_mmcsd sbl_lib_mmcsd_hlos sbl_lib_ospi sbl_lib_ospi_hlos sbl_lib_uart sbl_lib_cust