From 46e9f7892cfbd45bbe0e704f814224bd6319f740 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 9 Nov 2021 13:35:56 -0600 Subject: Revert "kukui_scp: support CONFIG_PRESERVE_LOGS" This reverts commit 99d0d6e76c6c9e566a664bdb76f2e3c6db221cbd. BUG=b:200823466 TEST=make buildall -j Change-Id: Ia431f76fbd5c2fbc648803105d0d801084843349 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273356 Reviewed-by: Vadim Sukhomlinov --- core/cortex-m/ec.lds.S | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'core') diff --git a/core/cortex-m/ec.lds.S b/core/cortex-m/ec.lds.S index 8b9e3796da..91b7df3bc0 100644 --- a/core/cortex-m/ec.lds.S +++ b/core/cortex-m/ec.lds.S @@ -317,19 +317,6 @@ SECTIONS __data_lma_start = .; -#ifdef CONFIG_PRESERVE_LOGS - .preserve_logs(NOLOAD) : { - . = ALIGN(8); - *(SORT(.preserved_logs.*)) - . = ALIGN(8); - __preserved_logs_end = .; - } > IRAM - - ASSERT((SIZEOF(.preserve_logs) + CONFIG_RAM_BASE) == - __preserved_logs_end, - "preserve_logs must be at CONFIG_RAM_BASE.") -#endif - .bss : { /* * Align to 512 bytes. This is convenient when some memory block -- cgit v1.2.1