summaryrefslogtreecommitdiff
path: root/core/cortex-m0/ec.lds.S
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2016-06-02 14:34:09 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-06-03 03:00:08 -0700
commit0e532c6044e068c3929a0407c31893e0070e1196 (patch)
treecc0d252f663af2fc55f9b1f86aaeaf587e62ecf3 /core/cortex-m0/ec.lds.S
parent82c803d93b6908adca93c88b70012b58db640d71 (diff)
downloadchrome-ec-0e532c6044e068c3929a0407c31893e0070e1196.tar.gz
cleanup: Remove SHIFT_CODE_FOR_TEST handling
SHIFT_CODE_FOR_TEST images were used for an old FAFT test but is no longer in use today. BUG=chromium:616806 BRANCH=None TEST=`make buildall -j` CQ-DEPEND=CL:349281 Change-Id: I1b4e8c2560e2a7ff507cf2275dbbbdabf435866b Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/349272 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Tom Tam <waihong@google.com> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'core/cortex-m0/ec.lds.S')
-rw-r--r--core/cortex-m0/ec.lds.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/cortex-m0/ec.lds.S b/core/cortex-m0/ec.lds.S
index 602374404a..429c52ae34 100644
--- a/core/cortex-m0/ec.lds.S
+++ b/core/cortex-m0/ec.lds.S
@@ -47,11 +47,7 @@ SECTIONS
. = ALIGN(4);
KEEP(*(.rodata.pstate))
-#ifdef SHIFT_CODE_FOR_TEST
- . = ALIGN(256);
-#else
. = ALIGN(4);
-#endif
STRINGIFY(OUTDIR/core/CORE/init.o) (.text)
*(.text*)
} > FLASH