summaryrefslogtreecommitdiff
path: root/core/cortex-m/ec.lds.S
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-02-06 17:30:03 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-02-10 21:46:24 -0800
commit5bc3c147d56cdc6f9a040ea097ca38b69d5d5685 (patch)
treef6ae94e2cf1bda7e722d39a990442c5a063a8667 /core/cortex-m/ec.lds.S
parente99a9200a78140512bdab8e2d9248c6c84365e83 (diff)
downloadchrome-ec-5bc3c147d56cdc6f9a040ea097ca38b69d5d5685.tar.gz
cortex-m: no need to keep a special term for Tpm2_ modules
With tpm2 makefile now re-naming .bss section in the produced objects, there is need to try grouping files by module name, especially since this does not even work when linking object modules directly instead of the library. BRANCH=cr50, cr50-mp BUG=b:65253310 TEST=make BOARD=cr50 -j produces an image with the same _bss_libtpm2 section. Change-Id: I38f8ec3efa0364a0ad58781b7822a0eb52b636bb Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1457602 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'core/cortex-m/ec.lds.S')
-rw-r--r--core/cortex-m/ec.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cortex-m/ec.lds.S b/core/cortex-m/ec.lds.S
index 07c38a0052..06bd83a30d 100644
--- a/core/cortex-m/ec.lds.S
+++ b/core/cortex-m/ec.lds.S
@@ -307,7 +307,6 @@ SECTIONS
/* Group libtpm2 data so it can be cleared on system reset */
__bss_libtpm2_start = .;
- Tpm2_*(.bss)
/* TPM registers should be cleared at the same time */
STRINGIFY(OUTDIR/common/tpm_registers.o*)(.bss)
*(.bss.Tpm2_common)