summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadan Srinivas2019-06-17 09:52:41 -0500
committerMadan Srinivas2019-06-17 09:52:41 -0500
commitf28a53e81d57d35727f0ebfa799b69949705d07c (patch)
tree39f181a04653dd86eab595a9425b2b39913e644e
parent1bb7ba61636091a40b301650219c9588887ba0df (diff)
downloadsbl-f28a53e81d57d35727f0ebfa799b69949705d07c.tar.gz
sbl-f28a53e81d57d35727f0ebfa799b69949705d07c.tar.xz
sbl-f28a53e81d57d35727f0ebfa799b69949705d07c.zip
Revert "Disabling SBL test app APPIMAGEGEN as it is causing build faliure"
This reverts commit c8c7b060c15005d38b78be9627387dee820ab653.
-rwxr-xr-xsbl_component.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/sbl_component.mk b/sbl_component.mk
index b1dc061..c423576 100755
--- a/sbl_component.mk
+++ b/sbl_component.mk
@@ -273,9 +273,6 @@ sbl_boot_test_$(SOC)_CORELIST = $(sbl_$(SOC)_CORELIST)
273export sbl_boot_test_$(SOC)_CORELIST 273export sbl_boot_test_$(SOC)_CORELIST
274sbl_EXAMPLE_LIST += sbl_boot_test 274sbl_EXAMPLE_LIST += sbl_boot_test
275sbl_boot_test_SBL_APPIMAGEGEN = yes 275sbl_boot_test_SBL_APPIMAGEGEN = yes
276ifeq ($(SOC),$(filter $(SOC), j721e))
277sbl_boot_test_SBL_APPIMAGEGEN = no
278endif
279export sbl_boot_test_SBL_APPIMAGEGEN 276export sbl_boot_test_SBL_APPIMAGEGEN
280 277
281# Multicore AMP Boot Test 278# Multicore AMP Boot Test
@@ -324,9 +321,6 @@ sbl_smp_test_$(SOC)_CORELIST = $($(SOC)_smp_CORELIST)
324export sbl_smp_test_$(SOC)_CORELIST 321export sbl_smp_test_$(SOC)_CORELIST
325sbl_EXAMPLE_LIST += sbl_smp_test 322sbl_EXAMPLE_LIST += sbl_smp_test
326sbl_smp_test_SBL_APPIMAGEGEN = yes 323sbl_smp_test_SBL_APPIMAGEGEN = yes
327ifeq ($(SOC),$(filter $(SOC), j721e))
328sbl_smp_test_SBL_APPIMAGEGEN = no
329endif
330export sbl_smp_test_SBL_APPIMAGEGEN 324export sbl_smp_test_SBL_APPIMAGEGEN
331 325
332# Multicore SMP Boot Test 326# Multicore SMP Boot Test
@@ -381,10 +375,6 @@ sbl_EXAMPLE_LIST += sbl_boot_xip_test
381sbl_boot_xip_test_SBL_APPIMAGEGEN = yes 375sbl_boot_xip_test_SBL_APPIMAGEGEN = yes
382sbl_boot_xip_test_SBL_APP_BINIMAGEGEN = yes 376sbl_boot_xip_test_SBL_APP_BINIMAGEGEN = yes
383sbl_boot_xip_test_SBL_APP_BIN_SECTIONS = --only-section .rstvectors --only-section .sbl_mcu_1_0_resetvector 377sbl_boot_xip_test_SBL_APP_BIN_SECTIONS = --only-section .rstvectors --only-section .sbl_mcu_1_0_resetvector
384ifeq ($(SOC),$(filter $(SOC), j721e))
385sbl_boot_xip_test_SBL_APPIMAGEGEN = no
386sbl_boot_xip_test_SBL_APP_BINIMAGEGEN = no
387endif
388export sbl_boot_xip_test_SBL_APPIMAGEGEN 378export sbl_boot_xip_test_SBL_APPIMAGEGEN
389export sbl_boot_xip_test_SBL_APP_BINIMAGEGEN 379export sbl_boot_xip_test_SBL_APP_BINIMAGEGEN
390export sbl_boot_xip_test_SBL_APP_BIN_SECTIONS 380export sbl_boot_xip_test_SBL_APP_BIN_SECTIONS
@@ -411,9 +401,6 @@ sbl_boot_xip_entry_$(SOC)_CORELIST = mcu1_0
411export sbl_boot_xip_entry_$(SOC)_CORELIST 401export sbl_boot_xip_entry_$(SOC)_CORELIST
412sbl_EXAMPLE_LIST += sbl_boot_xip_entry 402sbl_EXAMPLE_LIST += sbl_boot_xip_entry
413sbl_boot_xip_entry_SBL_APPIMAGEGEN = yes 403sbl_boot_xip_entry_SBL_APPIMAGEGEN = yes
414ifeq ($(SOC),$(filter $(SOC), j721e))
415sbl_boot_xip_entry_SBL_APPIMAGEGEN = no
416endif
417export sbl_boot_xip_entry_SBL_APPIMAGEGEN 404export sbl_boot_xip_entry_SBL_APPIMAGEGEN
418 405
419# Display profiling info before MCU1_0 boot 406# Display profiling info before MCU1_0 boot