g12: Correct comment on OP-TEE proprietary file setup-makefiles
authorNolen Johnson <johnsonnolen@gmail.com>
Tue, 7 Jun 2022 04:01:47 +0000 (00:01 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 7 Jun 2022 04:08:14 +0000 (06:08 +0200)
Change-Id: I53aeb563eb700964af68bc3aa13c8fa9f00eb125

setup-makefiles.sh

index 9f8d0f475a75a6750b027e7cce6ed644cd06bead..6e16cf041b118a7cfa8d1d91edf418fe120655dc 100755 (executable)
@@ -30,8 +30,7 @@ write_headers "g12a g12b sm1" "TARGET_AMLOGIC_SOC"
 # The standard common blobs
 write_makefiles "${MY_DIR}/proprietary-files.txt" true
 
-# The BSP blobs - we put a conditional in case the BSP
-# is actually being built
+# Allow opting out of OP-TEE
 printf '\n%s\n' 'ifneq ($(TARGET_HAS_TEE),false)' >> "$PRODUCTMK"
 
 write_makefiles "${MY_DIR}/proprietary-files-tee.txt" true