summaryrefslogtreecommitdiff
path: root/core/cortex-m0/ec.lds.S
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2016-11-26 01:28:58 +0000
committerVadim Bendebury <vbendeb@chromium.org>2016-11-26 01:29:24 +0000
commitb3a98521228174d58a63d5be6495b4989419e17b (patch)
treec414a4c67861ca527d3036a4bfa8502396e34b9b /core/cortex-m0/ec.lds.S
parent1ece199078c2665b625debd196ca389e5bda58f1 (diff)
downloadchrome-ec-b3a98521228174d58a63d5be6495b4989419e17b.tar.gz
Revert "ec: Improve efficiency of host command dispatcher"
This reverts commit c459c8278ed2dc84100693eab93389a0df9429bd as the fix is not straightforwad, some host command codes in private repos are expressed using C preprecessor which breaks the assumption of this patch that all host commands are expressed as four digit hex numbers. Change-Id: I922de9ae8dbab6eef048463c5c09b1f338152083 Reviewed-on: https://chromium-review.googlesource.com/414492 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'core/cortex-m0/ec.lds.S')
-rw-r--r--core/cortex-m0/ec.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cortex-m0/ec.lds.S b/core/cortex-m0/ec.lds.S
index 6102bfa973..d2bee481a9 100644
--- a/core/cortex-m0/ec.lds.S
+++ b/core/cortex-m0/ec.lds.S
@@ -70,7 +70,7 @@ SECTIONS
. = ALIGN(4);
__hcmds = .;
- KEEP(*(SORT(.rodata.hcmds*)))
+ KEEP(*(.rodata.hcmds))
__hcmds_end = .;
. = ALIGN(4);