summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyoung Kim <kyoung.il.kim@intel.com>2018-10-04 20:00:03 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-11-21 21:05:10 +0000
commita21d1842310e7adbdb2148f9fb76f1bc6b6e0355 (patch)
tree21026d6d322869d3c10944bb3fcb28a3e1f4ac6a
parent37cb4a528529fa88637b25bc7985cea56715c2fa (diff)
downloadchrome-ec-a21d1842310e7adbdb2148f9fb76f1bc6b6e0355.tar.gz
atlas_ish: remove HostCommand task related.
Atlas is migrated from Host Command to HECI protocol. Remove Host Command task and old ipc task. BUG=b:79676054 TEST=none Change-Id: Ic77b1d16de7772a1c69cba6fcf5d7d7849a06213 Signed-off-by: Kyoung Kim <kyoung.il.kim@intel.com> Reviewed-on: https://chromium-review.googlesource.com/1263897 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Kyoung Il Kim <kyoung.il.kim@intel.com> Reviewed-by: Caveh Jalali <caveh@google.com> Reviewed-by: Kyoung Il Kim <kyoung.il.kim@intel.com> (cherry picked from commit b48cc28be9186d022013c9b997a13c2c93e2ec14) Reviewed-on: https://chromium-review.googlesource.com/c/1347019 Commit-Queue: Caveh Jalali <caveh@google.com> Tested-by: Caveh Jalali <caveh@google.com>
-rw-r--r--board/atlas_ish/ec.tasklist4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/atlas_ish/ec.tasklist b/board/atlas_ish/ec.tasklist
index 9e1868b7fb..f384af4d8b 100644
--- a/board/atlas_ish/ec.tasklist
+++ b/board/atlas_ish/ec.tasklist
@@ -19,6 +19,4 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, HUGE_TASK_STACK_SIZE) \
- TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(IPC_COMM, ipc_comm_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE)
+ TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE)